Ctere1 / react-native-chat

React Native Real Time Chat App
MIT License
26 stars 11 forks source link

No docs on settings up .env and firebase project #1

Closed macgadger closed 1 month ago

macgadger commented 1 month ago

Hi i have done all steps setting up you but unable to run the app on expo; reasone i think is not configurations and firebase

can you please share how to setup things on firebase and link to chat app .env

huyth-2224 commented 1 month ago

@macgadger

You can read this file https://github.com/Ctere1/react-native-chat/blob/master/.env.example

Login your firebase and get firebase info

firebase

Ctere1 commented 1 month ago

Setting Up Firebase for a Chat App

1. Create a Firebase Project

2. Get Firebase API Keys

3. Setup .env File

And that's it! You should now have Firebase set up for your chat app. @macgadger