Can't login to app
Molnfront opened this issue · 11 comments
I have just installed and configured everything. Just running it with the same firebase config for dev, prod and devp. Have'nt yet figured out that part.
But I am not able to sign in. It only shows the sign in page and there are lots of errors.
FCM and everything is configured.
PS! It worked with your firebase config...
Yup, allready had everything setup.
Do I need a Firebase db? I already have a Firestore db. It complains now about my databaseURL.
My latest chrome logs:
localhost-1648057330428.log
localhost-1648057361604.log
localhost-1648057369178.log
FCM is configured and I have added the public key.
It did work! If try to sign in with an account that is not registered itseems to fail silently. I just get back to the sign in..
Nope, it did not work
Now it's working. Had to setup a firebase db.
Now it's working. Had to set up a firebase db.
Also faced the same problem, solved by creating a firebase DB.
Does it mean we can't use firestore?
@harshkurra why should you not be able to use firestore? You can use both db at the same time.
@TarikHuber Yes, after making a few changes, I am able to use the firestore as expected.