ecronix/react-most-wanted

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.
Skärmavbild 2022-03-23 kl  13 32 43

PS! It worked with your firebase config...

Did you add localhost to accepted domains?
image

Yup, allready had everything setup.

Do I need a Firebase db? I already have a Firestore db. It complains now about my databaseURL.

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.