Skip to content

Commit b69aa14

Browse files
updated readme
1 parent 44dab10 commit b69aa14

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
This app is used to test the following features:
44
- 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.
12+

0 commit comments

Comments
 (0)