0
0No answers
Browser other questions tagged firebase firebase-database
You are not signed in. Login or sign up in order to post.0
Browser other questions tagged firebase firebase-database
You are not signed in. Login or sign up in order to post.
Face this must be because the
state.cnpjis empty. It turns out that in the return you are set to thestate.cnpjon the return ofPromise, that runs asynchronously and when you usechild()it is not yet defined.then().– GeekSilva
Okay. Thank you.
– Luc