GodotFirebaseAndroid is an Android plugin for the Godot Engine that integrates Firebase services in Godot Android games and apps. It supports Godot 4.2+
- Firebase Authentication (Email/Password, Google Sign-In)
- Cloud Firestore
- Realtime Database
- Cloud Storage
- Cloud Messaging (coming soon)
-
Download the latest release from the Releases page.
-
Unzip and copy the plugin to your project’s
addons
folder:your_project/addons/GodotFirebaseAndroid/
-
In Godot, go to: Project > Project Settings > Plugins, and enable GodotFirebaseAndroid.
-
Visit Firebase Console
-
Create a Firebase project and register your Android app.
-
Enable required services (e.g., Authentication, Firestore).
-
Download the
google-services.json
file and place it in:android/build/google-services.json
In Godot, go to: Project > Export > Android > gradle/use_gradle_build and enable it ✅
Full documentation is available at: https://syntaxerror247.github.io/GodotFirebaseAndroid