Firebase Database doesn't receive any data when using the StoreValue Function

Hello,
I've created a very barebones MIT App Inventor app which should upload data that the user enters onto a Firebase Database. When I hit the 'Send Data' button on my phone (I've used the AI Companion-QR Code method to connect my android device), nothing happens on the database. It stays empty.
I've gone through nearly every tutorial and forum post online but found nothing that fixes my problem.
Here are my settings in both MIT App Inventor and Firebase:
1.Firebase Properties
image
2. Blocks
image
3. Database Rules
image
4. Designer Section
image

Additional Points:
a. I've pasted the FirebaseURL from the realtime database section in firebase
b. Server chosen is United States
c. Firebase Token is default (I didn't change anything). Project Bucket is the same as the project name. ( I didn't change anything here either)

I've been trying to solve this problem for over a day now, any help is greatly appreciated.

~LightningLlama

Try deleting the Firebase Token, leave textbox empty, or add there your Firebase API key.

1 Like

Hello there! Thanks for the speedy reply.

Sorry but none of these suggestions seem to work. I tried

  1. Leaving the firebase token empty
  2. Adding my Web API Key in place of the firebase Token

No data was sent to the server upon clicking 'Send Data'

Hmmm, strange, won't help but is working OK here:

image

image

image

1 Like

My apologies TIMAI2, I was using my cellular network to connect my android device to my computer.
I switched to a WiFi network and now i'm able to send and receive data.

Thanks for your help!

~LightningLlama

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.