Now that we finished connecting our chatbot to DialogFlow, it's time to integrate some authentication into our app. In this video, we will learn how to implement Google Login into our app so that our users must sign in with their Google accounts before talking with our chatbot.
dependencies
$ npm install @react-native-community/masked-view
$ npm install @react-navigation/native
$ npm install @react-navigation/stack
$ npm install react-native-gesture-handler
$ npm install react-native-reanimated
$ npm install react-native-safe-area-context
$ npm install react-native-screens
https://reactnavigation.org/docs/getting-started
Download
0 formats
No download links available.
React Native Chatbot (Gifted Chat, DialogFlow and Firebase) Part 3 | NatokHD