We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b3f37 commit 5542ea4Copy full SHA for 5542ea4
1 file changed
README.md
@@ -5,3 +5,13 @@
5
[](https://mit-license.org/)
6
7
Port Firebase Java SDK to Python
8
+
9
+## Usage
10
+### Android gradle project
11
+```groovy
12
+implementation 'io.github.simplejnius:sjfirebase:0.3.0'
13
+```
14
+### Buildozer Android project
15
+```properties
16
+android.gradle_dependencies = io.github.simplejnius:sjfirebase:0.3.0
17
0 commit comments