jon
(jon)
April 12, 2026, 1:40am
1
I built an app with firebase auth and firebase db and it worked great. Then I added an onsignal component and it worked fine but then firebase auth started crashing. Each one works on its own but 2 together don’t work. What do I do?
Hey dear, welcome to kodular community, currently these 2 component aren’t working together
Describe your issue
In a normal project — with no extensions, no assets, and only a single screen — Google Sign-In works correctly. However, it crashes when used in a full project that has multiple extensions, assets, and more than one screen.
(Note: I tried deleting the extensions one by one, but the issue was still not resolved after deleting all extension, asset, and keeping one single screen.)
I have been facing this issue for the past 6 months and am raising it again. Below, I am providin…
You may needed to use Web component
INTRO
A few people have asked about creating a registration and login system with Firebase, probably without realising that they can use the full extent of Firebase's powers to do this, it will do some of the heavy lifting often associated with a...