Firebase not available in the last version

Hello team! why firebase is no more available in the last version of Gdevelop?

“GDevelop-5-Setup-5.4.207”

Try reverting to past versions to see if that fixes it.

This tipe of thing is the reason I keep my stuff in an extension, those are stored on a separate JSON file, which makes it easier to recover when stuff like this happens, (I think it’s been at least two times for me)

1 Like

how to keep data in an extension?

Extensions also have scene and global variables, that’s a good place. The only stuf I have on the scene’s event sheet is stuff that I’m forced to put there (because sometimes the engine be like that), these are mostly interactions between objects, and storage actions (I don’t remember why, but some part of the process of saving the content of a JSON wasn’t posible inside extensions when I tried and I wasn’t willing to investigate if it was a bug or a feature), but there are very few things that actually need to be in the scene.