I’m trying to put a value to realtime database, but it stores the number with double quotes.
For example if I want to store 50 in firebase it stores 50 like “50”.
I’m trying to put a value to realtime database, but it stores the number with double quotes.
For example if I want to store 50 in firebase it stores 50 like “50”.
do not worry about it. While retrieving you will get 50 only
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.