MaxPleaner / ShaderCam

An android app for applying custom camera effects
Other
2 stars 1 forks source link

2) Save / Load data from Firebase instead of Room #27

Closed maxp-hover closed 1 year ago

maxp-hover commented 1 year ago

Use Room when offline and Firebase when online.

See Shaders.kt (ShaderDao) which is the only database class.

When the user goes online (after being offline) make sure theire local changes are saved to the cloud.