React Native Chatbot (Gifted Chat, DialogFlow and Firebase) Part 1

Опубликовано: 16 Ноябрь 2025
на канале: Gelfer Stone
15,391
169

In this video, we will learn how to set up a bare react native project and install some dependencies needed for our chatbot application.

We will also use https://dialogflow.cloud.google.com/
and https://firebase.google.com/
in this project.

Initiating your project

$ npm install -g react-native-cli
$ react-native init YourProjectName

dependencies

$ npm install react-native-dialogflow
$ npm install react-native-gifted-chat
$ npm install react-native-voice