Skip to content

Commit

Permalink
Add flag to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Krisztián Hübner committed Nov 15, 2021
1 parent 24b11b9 commit ca230a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app/firebase-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
"android_background_activity_names": {
"description": "The names (as returned by `getShortClassName()` of Activities used outside the context of react native.\nThese are ignored when determining if the app is in foreground for purposes of calling javascript background handlers",
"type": "array"
},
"android_bypass_emulator_url_remap": {
"description": "On android devices, the urls of firebase emulators will be remapped from localhost to 10.0.2.2. If you don't need this behaviour set this fleg to `true`.",
"type": "boolean"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions tests/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

"android_task_executor_maximum_pool_size": 10,
"android_task_executor_keep_alive_seconds": 3,
"android_bypass_emulator_url_remap": false,

"rnfirebase_json_testing_string": "abc",
"rnfirebase_json_testing_boolean_false": false,
Expand Down

0 comments on commit ca230a3

Please sign in to comment.