Remove incomplete notes

This commit is contained in:
Marcello 2021-07-02 10:55:50 +02:00
parent 6a42fc1d02
commit 411d740dd4
2 changed files with 0 additions and 24 deletions

View file

@ -1,9 +0,0 @@
# [Firebase](https://firebase.google.com/) notes
> A comprehensive app development platform
[Firebase Docs](https://firebase.google.com/docs)
**Warning**: Google Analitycs can cause conflicts with the GDPR if user data is used in the app.
To link Firebase with the app it's necessary to download `google-services.json`.

View file

@ -1,15 +0,0 @@
# Core Data
Internal device data memorization in integrated DB.
Used to store data from API for offline use.
The data added or update at app launch from the APIs.
## CoreData Structure
CoreData are handled by the file `.xcdatamodel` which contains info about the *Entities* that will contain data.
The structure is similar to a DB on file (postgreSQL, sqlite).
Entities are equivalent to relational DBs tables.
An Entity is identified by a name what will be used in read/write operations.