Firestore Chat Example
This is an example that shows chat room using firestore and react-query.
Check here for react native version of this example.
To run:
- Copy your firebase config to
src/config.ts
- Run
yarn install
andyarn start
to run the application