Hello everyone,
I am facing a strange issue with the Firebase Realtime Database component after the recent Kodular update.
The Problem:
Whenever I open my app, it crashes or shows these two errors simultaneously:
- Can not call ‘Get Value’ if the firebase object is NULL.
- Firebase Database component is not present.
What I have tested so far:
- The google-services.json file: I already had the correct google-services.json file uploaded to my project’s Assets, and it used to work perfectly before the update.
- Troubleshooting steps: I tried deleting the JSON file from the assets and re-uploading it multiple times. I even tried changing the Package Name and generating a completely fresh google-services.json from the Firebase Console, but the error persists.
- The Block Section: I am only using the Project Path block to point to my database node during Screen1.Initialize, as there is no option to set the Firebase URL manually anymore.
The Strange Part:
To test if my Firebase configuration or JSON file was broken, I created a brand new project in Kodular. I used the exact same Package Name and the exact same google-services.json file, then exported the APK. To my surprise, the new app works perfectly without any errors!
It seems like this specific existing project is somehow corrupted or bugged after the Kodular update, and it is failing to recognize the Firebase component or the JSON file in the assets.
Has anyone encountered this issue after the update? Is there any way to force the project to re-index the assets, or do I have to manually migrate everything to a new project?
Any help or suggestions would be highly appreciated. Thank you!

