Releases: syntaxerror247/GodotFirebaseAndroid
Releases · syntaxerror247/GodotFirebaseAndroid
v1.0.0
GodotFirebaseAndroid v1.0.0
This is the first release of GodotFirebaseAndroid, a native Android plugin for integrating Firebase features into your Godot projects.
What's Included
-
Auth
- Anonymous sign-in
- Email/password login
- Google sign-in
- Password reset, email verification, user deletion
-
Firestore
- Add, get, update, delete documents
- Document listeners
-
Realtime Database
- Read/write values
- Realtime listeners and path-based access
-
Cloud Storage
- Upload/download/delete files
- Get metadata
Setup Notes
- Supports Godot 4.2+ Android exports.
- Gradle build must be enabled in Godot export settings
- Requires google-services.json in android/build/
- Demo Project to quickly test the plugin: https://github.com/syntaxerror247/GodotFirebaseAndroid/tree/main/demo
Documentation
Documentation is available at: https://syntaxerror247.github.io/GodotFirebaseAndroid