—
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.
Update
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.
rexrainbow
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.
There's incorrect one
Ooops, sorry, I found them. Fixed now.
Develop games in your browser. Powerful, performant & highly capable.
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.
Would firebase be any good for storing all kind of player data, not only highscores? I was thinking everything from shots fired, deaths, kills, missions completed, etc etc? Even for tracking ingame Achievments?
tunepunk
Yes, you could use it to save game data.
Here is an application plugin of saving game data. Or you could use basic plugin to build your own data structure.
Update old "big map" demo to api v3 version - link: Big map ( Capx )
Features:
1. characters move on a big map
2. online users list
3. broadcast chat messages.
Hey rexrainbow what are your thoughts on Firebase v3? I had taken a look at the newer api and it seemed much more complicated which made me sad since it used to be so easy to use.