-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Crashlytics setup documentation results in an app that won't compile #3637
Comments
Same issue `
|
Nevermind. I'm really dumb. My Pi-hole was blocking fabric.io...🤦♂️ |
No worries, I am actually still expecting this to happen at some point and surprise everyone. A little fright might be a good thing then to motivate the switch. Good luck with your project :-) |
for me still have the same issue |
@soroushm As mentioned, I could not replicate in any combination of my demonstrators. We will need a minimal reproducible demonstration of the problem in order to troubleshoot. For my part, here is my reproducible demo of RN59+RNFBv5, RN62+RNFBv5 and RN62+RNFBv6, they all work fine, you can clone the repo and try them https://github.com/mikehardy/rnfbdemo/blob/master/make-demo-v6.sh |
I think this is missing in doc on website : https://github.com/invertase/react-native-firebase/blob/master/docs/crashlytics/android-setup.md#1-add-the-fabric-maven-repository google repo seems not hosting crashlytics. You need to setup an alternate maven repository. |
I got this issue when adding
To the wrong block 🤦 It should in in |
@mikehardy Thanks for share the bash already try to clean cache
###react-native info
build.gradle
even try with this line like your shell app/build.gradle
bash I tried for demo but look like yarn install not working as well
|
Yeah, so, it works for me @soroushm - I don't know what to say. It works, my script works, I checked it before posting those links. Proving otherwise requires a posted, reproducible answer in form of github repository I can clone that shows the error (to mirror the work I've done showing conclusively it works...) Examine everything about your local environment. The problem is there. |
@mikehardy are you sure under node_modules/@react-native-firebase have as mention on first post my issue is
|
can you take a look at this |
FYI; PR #3580 which switches to new Crashlytics SDKS is in ongoing |
@soroushm |
@mikehardy Thank you for your time men |
@soroushm did you figure out the solution |
@Othman2001 here is a completely scripted demo script that you can read to understand how to integrate things, it generates a fully working app https://github.com/mikehardy/rnfbdemo/blob/main/make-demo.sh |
Documentation Feedback
I just tried setting up a new app with Crashlytics following the docs here: https://rnfirebase.io/crashlytics/usage
That went fine, but once I did the Android specific setup (https://rnfirebase.io/crashlytics/android-setup), my app would not compile. Here is the relevant error:
I guess Google shut down the old fabric.io servers sooner than people expected. I did not get around to doing the iOS specific setup, but looking at the official Firebase docs, I'm guessing those are outdated too.
The text was updated successfully, but these errors were encountered: