For Firebase Database you don’t need to register for android, as far as I know because I never register, I guess you got confuse between Firebase Database and Firebase Storage components.
This happened for me to, just make sure you have enabled google analytics,
if you have done
In Google Cloud Console. I enabled IAM Service Account Credentials API and went to credentials to generate a browser key. Even though the key is still not shown Web API Key section of firebase, it works just fine.
hello
I have a question
Can we sort the firebase information
so
Let’s say 10 20 30 40
it all gets mixed up
I want it to be 10 20 30, is it possible
thank you
It returns you a JSON result as you are reading its parent tag or name.
You need to specify the whole path after the bucket if you have created Folders and Subfolders.
You can set the tag to Blockcoding/Mobile as you have set the bucket already.
This may also help you.
Can anyone help me with this,
The storing and retrieving of data works fine with the app, But may I know if I could save the data without the " ",
example :
You see only the Mains tag’s value is stored within the " ". Is there a way to save the data without the quotes like in the other tags ?
Without an extension, you can’t. It is because the method responsible for setting values accept string only. Even if you put a number, it will be converted into a string.
I don’t think there is a firebase available for storing numbers directly. Correct me if I am wrong.
Anyway, for numbers, if there are "s in the retrieved value, you can use a simple replace text method to replace the double quotation with empty string in order to remove them. Make sure there are no quotation when uploading.