Closed ybhwang closed 4 years ago
I just tried with importing serviceAccountKey.json for usage, and I didn't changed value of databaseURLat InitializeApp.
serviceAccountKey.json
databaseURL
InitializeApp
databaseUrl: "https://ionic-firestore-dn.firebaseio.com"
It's not possible to submit your data to that databaseUrl. You will more than just a URL. Please replace it with your own.
I just tried with importing
serviceAccountKey.json
for usage, and I didn't changed value ofdatabaseURL
atInitializeApp
.databaseUrl: "https://ionic-firestore-dn.firebaseio.com"
?