Update
All my firebase series plugins are upgraded to support both 2.x and 3.x api.
Now I am trying to implement a new plugin for new firebase storage feature.
rexrainbow
Hello rex,
New err
—
I had updated rex_firebase_apiV3 and rex_firebase_itemtable plugin again, tested fine in my environment.
Ok, it was silly mistake.
New question. Accounts are remembered forever anyway, why?
I am sorry that I could not find corresponding parameter to set "persisting type" in v3.x . I will keep searching the solution of this problem.
You might try to call "action: logged out" at the start of layout.
Add rex_firebase_storage plugin to save file in firebase storage server, and get public url for sharing. (v3.x only)
There might have "access control allow origin" problem if load image from result url in sprite object. Upload project using firebase hosting might solve this problem.
rexrainbow thats a great addition, thanks again for another great plugin. I will have to try it out this week.
Firebase hosting? But.. if i want to publish my game on google play?
I have no idea either. The dashboard of firebase v3.x should allow user to set "access control allow origin" configuration, but I had not found.
Why there is http://c2rexplugins.weebly.com/rex_firebase_storage.html link for Firebase API V3x plugin?
This link http://c2rexplugins.weebly.com/rex_fire ... orage.html is point to rex_firebase_storage (File storage in firebase serivice (v3.x only). It is correct.
Develop games in your browser. Powerful, performant & highly capable.
There's incorrect one
Ooops, sorry, I found them. Fixed now.
Add rex_firebase_itembook plugin, an enhancement version of rex_firebase_itemtable plugin.
Compare with rex_firebase_itemtable plugin
This plugin contains multiple tables and it can modify multiple items across these tables in an atomic write process. i.e. values will be changed at the same time.
This plugin has querying function to pick items by a single condition.
Add rex_firebase_geofire plugin - realtime location queries with Firebase. firebase V3.x only.
tallwhitey
Here it is.