Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does firebase storage for android support offline cache?

Tags:

I want to know whether Firebase storage for Android does support offline capabilities like firestore or not?

like image 946
VivekRajendran Avatar asked Apr 19 '18 07:04

VivekRajendran


1 Answers

The Firebase SDKs for Cloud Storage don't natively support offline access. If you use a library such as Glide for Android, you may have some offline disk cache support, but that not part of the core Android SDK for Cloud Storage.

like image 59
Doug Stevenson Avatar answered Sep 28 '22 17:09

Doug Stevenson