We will wrap everything up in this final part of our chatbot video tutorial. In this video, we will learn how to store users' data to cloud Firestore, download their previous conversations, and set up database rules to make read/write to our database more secure.
dependencies
$ npm install @react-native-community/google-signin
$ npm install @react-native-firebase/app
$ npm install @react-native-firebase/auth
$ npm install @react-native-firebase/firestore
https://www.npmjs.com/package/@react-...
https://www.npmjs.com/package/firebase