I have about 300 records stored in FireBase.
The structure of each record looks something like:
unique ID/key (e.g. -K1vsg7F4V_5usvPejZV)
- city
- firstName
- lastName
- image (encoded as base64)
With the images especially, a current export is 15Mb
.
So everytime I want to do search for, say a first name, I need to download 15Mb
and then do a search on that data in the browser. It's incredibly bandwidth heavy and slow to use this way.
I've been reading up online that content searches is coming? But I don't see it yet?
Thoughts? Or have I missed something obvious?