Description
Changelog
Reviews
GodotFirebaseAndroid is an Android plugin for the Godot Engine that integrates Firebase services in Godot Android games and apps. It supports Godot 4.2+
Features
- Firebase Authentication (Email/Password, Google Sign-In)
- Cloud Firestore
- Realtime Database
- Cloud Storage
- Cloud Messaging (coming soon)
π Quick Start
1. Install the Plugin
Download the release for your Godot version.
Unzip and copy the plugin to your projectβs
addonsfolder:[Project root]/addons/GodotFirebaseAndroid/In Godot, go to: Project > Project Settings > Plugins, and enable GodotFirebaseAndroid.
2. Add Firebase to Your Project
- Visit Firebase Console
- Create a Firebase project and register your Android app.
- Enable required services (e.g., Authentication, Firestore).
- Download the
google-services.jsonfile and place it in android/build/ directory[Project root]/android/build/google-services.json
3. Enable Gradle Build for Android Export
In Godot, go to: Project > Export > Android > gradle/use_gradle_build and enable it β
π Documentation
Full documentation covering all the methods and signals is available at https://syntaxerror247.github.io/GodotFirebaseAndroid
Need Help?
Create an issue here: issues
Changelog for version 1.0
No changelog provided for this version.