Skip to content
Kyle Szklenski edited this page Oct 11, 2021 · 12 revisions

Welcome to the GodotFirebase wiki!

Here you will find all the documentation on how to use this Godot Firebase Plugin.

If you are unsure where to start, check out the following pages:

Design

This plugin is designed around the Firebase REST API. This means it is massively cross-platform, far more than any other Firebase plugin or library, because they have code that is (generally) Android- or iOS-only. Since it's a Godot plugin, it also does not require recompiling the Godot with an additional module whenever an updated version is released. It is verified to work across all of the following platforms at present:

Supported platforms

  • Android
  • iOS
  • Mac
  • HTML5
  • Windows
  • Linux
  • Serverless

Supported features

  • Realtime Database
  • Firestore
  • Authentication and User Management
  • Storage
  • Dynamic Links
  • Cloud Functions

Unsupported features

  • Analytics - no real REST API at the moment
  • Offline support - preliminary investigations have begun
  • Remote Config - preliminary investigations have begun

Support email: [email protected]