We have redirected you to our new domain: store.godotengine.org. Please update your bookmarks!

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 addons folder:

    [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.json file 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.

Reviews (0)

Godot Firebase Android has no reviews yet.

Login to write a review.