SimCoderYoutube / InstagramClone

Instagram Clone React Native Tutorial 2021 👨‍💻 I'll show you how you can do this in the simplest way and terms possible. By the end of this series you'll have learned how the big companies do it and will be able to do the same, you not only will be able to do this app, but you'll be able to put what you learn into your very own projects! In this series, we use React Native with Expo to quickly deploy the project. We use firebase for all our microservice needs like the auth system, database, storage, amongst others. firebase, redux, react native, javascript, expo. In this series, we'll use all of them and you'll learn them by doing an iconic app. Welcome to this Simcoder project and make an Instagram Clone!
Apache License 2.0
745 stars 294 forks source link

Error: ENOENT: no such file or directory frontend/google-services.json #35

Closed lsantella closed 2 years ago

lsantella commented 2 years ago

When trying to run expo start -c from the frontend folder i get this issue. Which is stemming from not being able to find the googleServicesFile in the app.json under android and apple

SimCoderYoutube commented 2 years ago

Hi @lsantella !

You need to add the google-services.json to your project in the frontend folder.

You can get it in your firebase dashboard, make sure you follow the setup steps, you can find them in the wiki at https://github.com/SimCoderYoutube/InstagramClone/wiki/Setup-your-project