Skip to content

Commit c051571

Browse files
Oscar Francomikehardy
andauthored
docs(tips-and-tricks): add a tip about using a VPN on android (#4998)
* Add a tip about using a VPN on android * Update .spellcheck.dict.txt Co-authored-by: Mike Hardy <[email protected]>
1 parent f3b955c commit c051571

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.spellcheck.dict.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Invertase
6262
invertase
6363
iOS
6464
iOS13
65+
IPs
6566
JS
6667
JSON
6768
launchProperties
@@ -136,6 +137,7 @@ utils
136137
Utils
137138
v5
138139
v6
140+
VPN
139141
VSCode
140142
Wix
141143
Xcode

docs/faqs-and-tips.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ Just disable your debugger in Xcode. 'Project name' -> 'Edit Scheme...' -> 'Run'
6060
- Try an isolate the problem with a template React Native Firebase app. This [bash script](https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh) is particularly helpful in making an empty template app.
6161
- Advice on supporting multiple environments (for example, dev, prod, maybe also staging, qa) for your React Native Firebase App: [#3504](https://github.com/invertase/react-native-firebase/issues/3504)
6262
- Using [Fastlane for iOS deployment](https://docs.fastlane.tools/getting-started/ios) together with [RN Firebase Crashlytics](https://rnfirebase.io/crashlytics/usage) within CI has been observed to cause builds that hang indefinitely. Using `setup_ci(force: true)` before building the application may solve the issue.: [#3706](https://github.com/invertase/react-native-firebase/issues/3706)
63+
- Be careful if you are using a VPN, Google blocks many VPN IPs causing "unavailable" errors for various firebase API calls, and on an Android emulator it might completely mess up the network adapter causing network calls to never return, not only on firebase but on the entire emulated phone.

0 commit comments

Comments
 (0)