https://github.com/syntaxerror247/godotfirebaseandroid
Godot Android plugin for Firebase
https://github.com/syntaxerror247/godotfirebaseandroid
addon android firebase godot godotengine plugin
Last synced: 2 months ago
JSON representation
Godot Android plugin for Firebase
- Host: GitHub
- URL: https://github.com/syntaxerror247/godotfirebaseandroid
- Owner: syntaxerror247
- License: mit
- Created: 2025-05-20T16:14:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-06T18:51:41.000Z (5 months ago)
- Last Synced: 2026-02-07T04:16:36.048Z (5 months ago)
- Topics: addon, android, firebase, godot, godotengine, plugin
- Language: Kotlin
- Homepage: https://syntaxerror247.github.io/GodotFirebaseAndroid/
- Size: 105 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GodotFirebaseAndroid
**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
- [x] Firebase Authentication (Anonymous, Email/Password, Google Sign-In)
- [x] Cloud Firestore
- [x] Realtime Database
- [x] Cloud Storage
- [ ] Cloud Messaging (coming soon)
---
## 🚀 Quick Start
### 1. Install the Plugin
- Download the latest release from the [Releases](https://github.com/syntaxerror247/GodotFirebaseAndroid/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**.
---
### 2. Add Firebase to Your Project
- Visit [Firebase Console](https://console.firebase.google.com)
- 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
```
---
### 3. Enable Gradle Build for Android Export
In Godot, go to: **Project > Export > Android > gradle/use\_gradle\_build** and enable it ✅
---
## 📚 Documentation
Full documentation is available at: https://syntaxerror247.github.io/GodotFirebaseAndroid