Integrate Gridfs in the realm sdk
Enable the use of gridfs with stitch apps in android.
4
votes
Yitzahk
shared this idea
-
George Ely commented
This is critical for our use case where we're needing logged-in users to securely download cache media files to their mobile devices. Cache media files can still be downloaded through GridFS via a normal connection to the database, but this is a huge operational risk point as it requires the hardcoding of database login info and the removal of IP whitelisting.