Firebase authentication blank page

I add Firebase authentication to my project.
In preview all works fine… If I build the apk … no problem during building process… but the apk start with logo and after that all stuck on a white page! There’s a way to see what’ wrong ?

1 Like

Same problem with the apk.

I try to build a very basic app with only the first page and the Firebase authentication… nothing … stuck on white page…

Hi!

As stated in this thread the solution is to put the flow function " Get Firebase device token (beta) " instead of the " Initialize Firebase " in the Global Canvas.

It fixed the blank page issue for me!

1 Like

Hello folks!
I have found that this bug is happening again, and the proposed solutions does not work. Any thoughts?