Skip to content
#

firestore

Here are 1,293 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

kferrone
kferrone commented Sep 25, 2019

Hi grahamearley

I like the project yet it seems to be standing still, so I forked it. I was meaning to basically make the same thing but you made life easy. Are you still planning to work on this?

My goal is to make a full Firebase wrapper which works like the NodeJS FirebaseAPI you use in a cloud function.

e.g. firestore.collection('foo').doc('bar').get();

Another goal of mine is to

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.