Just started with Firebase. I do basic operations and get this error:
pRTLPCB(0,[{"t":"c","d":{"t":"s","d":"Database lives in a different region. Please change your database URL to https://firelab-2c0f1-default-rtdb.europe-west1.firebasedatabase.app"}}]);
But the database is exactly at this url !? What could be the problem?
Warning about the closing: The other question would never have answered this question. See my comment below: The error message is simply nonsense, do not get confused by it.
My answer: After a while I realized that after creating the database, the configuration for the web app included a new string for the database. adding that made it working. so the problem here is a very misleading nonsensical error message that points into a wrong direction of problem hunting. firebase is not well done, at all ends, concepts, docu, implementation.