Skip to content
#

firestore

Here are 1,332 public repositories matching this topic...

react-native-firebase
mewcrazy
mewcrazy commented Dec 31, 2019

Hello,

I'm trying to delay the execution of my App until Firebase receives the Auth status before my "not logged in"-redirections take place. Afaik this is usually done with:

auth.onAuthStateChanged((user) => {
new Vue()
})

But in my current Vue setup my Vue instance get called in a total different way, which gives me a tough time.

`// we should return factory for SSR (runInNewCo

Improve this page

Add a description, image, and links to the firestore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the firestore topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.