I’m trying to set up Firebase to test a feature. I created a project, web app and database within firebase. Following Thunakble Docs instructions, the Firebase database URL should be: https://projectId.firebaseio.com - NOT WORKING
It sounds like you’re using the Cloud Storage url from the Storage section of the Firebase Console. Make sure you’re clicking on Realtime Database to find the url that ends in firebaseio.com.
I ended up going in a different direction and not using Firebase.
I did test your suggestion and you’re correct, I was using the wrong type of database. Thanks for the help!