Godot Firebase Lite's icon

Godot Firebase Lite 0.1.1 Scripts 3.2 Community

Submitted by user juanitogan; MIT; 2021-12-06

Lite wrappers for Firebase App, Firebase Auth, and Firebase Database. (No Firestore or Cloud Storage as of yet.)

Godot Firebase Lite promotes the pattern of using yield() for all of the CRUD methods (which saves a lot of signal wiring).

INSTALLATION

If installing from Godot's AssetLib Package Installer:

1. Unselect all files and then select only the folders you need:
- firebase_app_lite (required)
- firebase_auth_lite (optional)
- firebase_database_lite (optional)

2. Create a `firebase` global namespace (AutoLoad Singleton) by going into Project Settings > AutoLoad tab, and add a new entry with the following settings:
- Path: res://firebase_app_lite/firebase.gd (or wherever you put it)
- Name: firebase (note this is all lower case)
- Singleton: [x] Enable

3. See https://github.com/juanitogan/godot-firebase-lite for usage


View files Download Submit an issue Recent Edits