Edit of asset "Godot Firebase Lite" Accepted

Old/Current New/Edit
Title Godot Firebase Lite Godot Firebase Lite
Description 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
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). This is a similar pattern to using .then() in JavaScript even though the resulting code looks quite different.
Category Scripts Scripts
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/juanitogan/godot-firebase-lite https://github.com/juanitogan/godot-firebase-lite
Issues Url https://github.com/juanitogan/godot-firebase-lite/issues https://github.com/juanitogan/godot-firebase-lite/issues
Godot version Godot 3.2 Godot 3.2
Version String 0.1.1 0.1.0
Download Commit c9eeef7edf8c9cca0f5c5aa2ae45fabeb51d5dec b1ba779b856275c10216bd2a8621b714723b2046
Download Url (Computed) https://github.com/juanitogan/godot-firebase-lite/archive/c9eeef7edf8c9cca0f5c5aa2ae45fabeb51d5dec.zip https://github.com/juanitogan/godot-firebase-lite/archive/b1ba779b856275c10216bd2a8621b714723b2046.zip
Icon Url https://raw.githubusercontent.com/juanitogan/godot-firebase-lite/master/icon.png
https://raw.githubusercontent.com/juanitogan/godot-firebase-lite/master/icon.png