Posts by Lorita 0800 • 3 points
3 posts
-
0
votes1
answer50
viewsA: Firestore React error on
Solved. I just needed to call the Firestone in to book screens Thus: import 'firebase/firestore'; const db = firebase.firestore(); db.Collection("library").....…
-
0
votes1
answer50
viewsQ: Firestore React error on
I’m trying to get the information from my collection in firebase but am getting the following error: Typeerror: Undefined is not an Object (evaluating '_firebaseConnection.default.db.Collection')…
-
-1
votes1
answer37
viewsQ: foreign key registration method
I’m having trouble with the foreign key. I have a company record and in this register I put 3 foreign keys, which is that such relationship 1:n, right? Anyway, I can only put the columns on the…