Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react native firebase #884

Closed
tiskender2 opened this issue May 31, 2018 · 12 comments
Closed

react native firebase #884

tiskender2 opened this issue May 31, 2018 · 12 comments

Comments

@tiskender2
Copy link

my tsconfig.json getting this error when i was import firebase to my project "the specified path does not exist c:/../../config/tsconfig.base.json" and i dont have a config folder
how can i solve this error

@google-oss-bot
Copy link
Contributor

Hey there! I couldn't figure out what this issue is about, so I've labeled it for a human to triage. Hang tight.

@google-oss-bot
Copy link
Contributor

Hmmm this issue does not seem to follow the issue template. Make sure you provide all the required information.

@chardmd
Copy link

chardmd commented Jun 2, 2018

screen shot 2018-06-02 at 10 28 28 am
I am also getting this error. Firebase is looking for this file. i am not using typescript so there is no reason to put a tsconfig.base.json file in my project.

@tiskender2
Copy link
Author

when i was import firebase in app.js i am getting below error how can i solve this do you have any think ?

capture

@liyuchenf1
Copy link

delete the latest version of firebase, and npm install 5.0.2

@tiskender2
Copy link
Author

Which firebase version should i install ?

@liyuchenf1
Copy link

liyuchenf1 commented Jun 5, 2018 via email

@tiskender2
Copy link
Author

didn't work
error = npm 5.0.2 not found

@liyuchenf1
Copy link

I am not sure whether the latest firebase is working or not.
5.0.2 works for me.
I mean firstly you should delete the firebase folder in your node_modules folder.
Then use npm to install 5.0.2 version. Command should be like npm install --save-exact firebase@5.0.2
You should find "firebase": "5.0.2" in your package.json

@tiskender2
Copy link
Author

Thanks its worked

@jshcrowthe
Copy link
Contributor

Hey all, I have had a hard time reproducing this error but I'm going to ensure that all of the tsconfig.json files have been removed from our built packages. That should help alleviate this: #915

@jshcrowthe
Copy link
Contributor

Duplicate of #871 closing.

@firebase firebase locked and limited conversation to collaborators Oct 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants