I am looking into how Firebase RealTime Database stores values. For example: if the data type is number and instead of a number I store null
, does it allocate 1 byte or 8 byte? I can't find anything about it in the documentation.
Second concern is: I am sending a geolocation
point. In the database I want to check if it is cast to float
or geopoints
data type. How can I check?