You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,11 @@
2
2
3
3
This app is used to test the following features:
4
4
- Google Sing In at startup;
5
-
- "Provider Test" - basic testing of ChangeNotifier class;
6
-
- "Future Firestore" - Fetching data from Firestore. Fetched data is cached into SQLite database;
7
-
- "Stream Firestore" - Streaming data from Firestore. Just showing how you can add, update and delete Firestore data in real time;
8
-
- "Clean DB" - removes all tables from SQLite database and creates them again;
9
-
- "Old Json Caching Example" - fetching data from REST API and caching into SQLite;
5
+
-```Provider Test``` - basic testing of ChangeNotifier class;
6
+
-```Future Firestore``` - Fetching data from Firestore. Fetched data is cached into SQLite database;
7
+
-```Stream Firestore``` - Streaming data from Firestore. Just showing how you can add, update and delete Firestore data in real time;
8
+
-```Clean DB``` - removes all tables from SQLite database and creates them again;
9
+
-```Old Json Caching Example``` - fetching data from REST API and caching into SQLite;
10
+
11
+
- Firebase notifications are also enabled. FCM token is shown in debug console at startup. Copy the token and go to "Cloud messaging" in Firebase console to test in out.
0 commit comments