hidjou / classsed-react-firebase-functions

327 stars 180 forks source link

Getting error 9 with GET "api/user" ? #19

Open zellkon opened 4 years ago

thilanka commented 4 years ago

Console output is needed.

aditya12gusain commented 4 years ago

Go to console You will find an error 9 with and in the error, you will find a link Like this You can create it here: https://console.firebase.google.com/v1/r/project/test-df116/firestore/indexes?create_composite=ClBwcm9qZWN0cy90ZXN0LgfhdWRmMTE2L2RhdGFiYXNlcy8oZGVmYXVsdCkvY29sbGVjdGlvbkdyb3Vwcy9ub3RpZmljYXRpb25zL2luZGV4ZXMvXxABGg0KCXJlY2lwaWVudBABGg0KCWNyZdsfsWF0ZWRBdBACGgwKCF9fbmFtZV9fEAI', metadata: Metadata { internalRepr: Map {}, options: {} } }

Copy the link and open it in chrome

It will open Indexes in your firebase console with a popup saying create Indexes Click on create indexes And the error will be removed after doing this

pratik-gohil commented 3 years ago

Go to console You will find an error 9 with and in the error, you will find a link Like this You can create it here: https://console.firebase.google.com/v1/r/project/test-df116/firestore/indexes?create_composite=ClBwcm9qZWN0cy90ZXN0LgfhdWRmMTE2L2RhdGFiYXNlcy8oZGVmYXVsdCkvY29sbGVjdGlvbkdyb3Vwcy9ub3RpZmljYXRpb25zL2luZGV4ZXMvXxABGg0KCXJlY2lwaWVudBABGg0KCWNyZdsfsWF0ZWRBdBACGgwKCF9fbmFtZV9fEAI', metadata: Metadata { internalRepr: Map {}, options: {} } }

Copy the link and open it in chrome

It will open Indexes in your firebase console with a popup saying create Indexes Click on create indexes And the error will be removed after doing this

thank you worked for me. why he did not do it in the youtube video edit:(he did, I should have skipped the video I could have saved my whole day :( )