Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
-
-
-
Forked from sorrycc/awesome-javascript
A collection of awesome browser-side JavaScript libraries, resources and shiny things.
28 contributions in the last year
Contribution activity
May 2020
Created an issue in invertase/react-native-firebase that received 3 comments
Getting `Possible Unhandled Promise Rejection (id: 4): Error: firebase.firestore().collection().doc(*) 'documentPath' must point to a document.`
Issue
Hi, I'm doing
const userDocumentSnapshot = await firestore() .collection('Users') .doc(userId) .get(); if (userDocumentSnapshot.exists){ con…
•
3
comments