I am getting the following error:
[Firebase/Database][I-RDB034005] Firebase Database connection was forcefully killed by the server. Will not attempt reconnect. Reason: Firebase error. Please ensure that you spelled the name of your Firebase correctly
Permissions on admin console are set .read and .write to false
I understand the error. when I run the following command and print the value of variable:
Database.database().reference()
I get (cant edit it):
https://bananas-31fe5-default-rtdb.firebaseio.com
And on admin console I have (cant edit it):
https://bananas-31fe5-default-rtdb.europe-west1.firebasedatabase.app
On admin console, I tried creating a new database (and disabling the primary one) on the US, but the one on xcode doesnt seem to change.
My gut feeling is this has to do with the pod library not being updated to enable multiple db location (EU is in beta).