forked from invertase/react-native-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v6] Implement ML-Kit Natural Language (invertase#2117)
- Implement ML-Kit Natural Language (invertase#2117) - Includes additional refactor changes across other modules for internals api reworking
- Loading branch information
Showing
39 changed files
with
987 additions
and
557 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# editorconfig | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="io.invertase.firebase"> | ||
|
||
<application> | ||
<service android:name="com.google.firebase.components.ComponentDiscoveryService"> | ||
<meta-data android:name="com.google.firebase.components:io.invertase.firebase.app.ReactNativeFirebaseAppRegistrar" | ||
android:value="com.google.firebase.components.ComponentRegistrar" /> | ||
</service> | ||
<provider | ||
android:name="io.invertase.firebase.app.ReactNativeFirebaseAppInitProvider" | ||
android:authorities="${applicationId}.reactnativefirebaseappinitprovider" | ||
android:exported="false" | ||
android:initOrder="99" /> <!-- Firebase = 100, using 99 to run after Firebase initialises (highest first) --> | ||
</application> | ||
</manifest> | ||
<manifest package="io.invertase.firebase" /> |
Empty file.
256 changes: 0 additions & 256 deletions
256
android/src/main/java/io/invertase/firebase/common/SharedUtils.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.