I was wondering where the best place to store a lot of static data in Firebase is. By static data I mean info such as city name, city information, city coordinates. I would only like to store user information in the Real-time Database, because it is more cost effective for me.
Should I create a json
file and put it in storage
, or should I host it right in the Firebase Hosting? I will need to access this data quite often. Please Help!