I am currently using Firebase Firestore as the main backend, which retrieves data from various sources. I also use the Android Room for my mobile backend. When the phone receives data, it is stored in the Room database if the user is not connected to the network again for several days or even weeks.
Having looked at the device files, I see that firestore saves data in files in a directory /data/data/<your-app>/databases.
/data/data/<your-app>/databases
The file looks something like this
, , . , , . , Firestore . , (, )?
, . , , .
Android ( ) Firestore SQLite . .
, ( ), :
Cloud Firestore , , , . , , , , /. Cloud Firestore , , .
Firestore - " ". , , , , , "" .
Firestore : . . , , .
, , . , , 4 - , , , .
Cloud Firestore . - , .
. . , , . .
Source: https://habr.com/ru/post/1690540/More articles:Is it right to say that the non-Async method that drops the task is at the "top" of the asynchronous wait chain? - c #как featureUnion числовые и текстовые функции в python sklearn правильно - pythonHow to use CGContext with AttributedString and image attachment - swiftExtract attachments from Outlook.msg files using ColdFusion - javaHow to connect UIPageControl to UICollectionView (Swift) - iosThere is no PCL option for the Xamarin project - visual-studio-2017selenium headless chrome java ignore ssl errors - javaError CS0030 Unable to convert type 'object' to 'System.TypedReference' - c #Create a data frame with three columns and each row with a constant sum - rWhere to Store Grant Credentials JWT Client Credentials - javascriptAll Articles