Skip to content

Commit

Permalink
Merge pull request #52 from tuarua/development
Browse files Browse the repository at this point in the history
[Auth] Fix verificationId was not returned on verifyPhoneNumber
  • Loading branch information
tuarua authored Apr 17, 2021
2 parents 685b38d + 1f15173 commit 369e3c1
Show file tree
Hide file tree
Showing 56 changed files with 61 additions and 58 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.18.0
- [Auth] Fix verificationId was not returned on verifyPhoneNumber

### 0.17.0
- [Firestore] fix callback bug
- [Firestore] added `FieldValue.serverTimestamp()`
Expand Down
26 changes: 13 additions & 13 deletions example/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-sample",
"version": "0.17.0",
"version": "0.18.0",
"appDescriptor": "src/Main-app.xml",
"variables": {
"firebase_associated_domain": "xxxx.app.goo.gl",
Expand All @@ -15,17 +15,17 @@
"url": "https://tuarua.github.io/air/air_packages.json"
},
"dependencies": {
"com.tuarua.firebase.FirebaseANE": "0.17.0",
"com.tuarua.firebase.AnalyticsANE": "0.17.0",
"com.tuarua.firebase.AuthANE": "0.17.0",
"com.tuarua.firebase.DynamicLinksANE": "0.17.0",
"com.tuarua.firebase.FirestoreANE": "0.17.0",
"com.tuarua.firebase.MessagingANE": "0.17.0",
"com.tuarua.firebase.PerformanceANE": "0.17.0",
"com.tuarua.firebase.RemoteConfigANE": "0.17.0",
"com.tuarua.firebase.StorageANE": "0.17.0",
"com.tuarua.firebase.CrashlyticsANE": "0.17.0",
"com.tuarua.google.GoogleSignInANE": "0.17.0",
"com.tuarua.OneSignalANE": "0.17.0"
"com.tuarua.firebase.FirebaseANE": "0.18.0",
"com.tuarua.firebase.AnalyticsANE": "0.18.0",
"com.tuarua.firebase.AuthANE": "0.18.0",
"com.tuarua.firebase.DynamicLinksANE": "0.18.0",
"com.tuarua.firebase.FirestoreANE": "0.18.0",
"com.tuarua.firebase.MessagingANE": "0.18.0",
"com.tuarua.firebase.PerformanceANE": "0.18.0",
"com.tuarua.firebase.RemoteConfigANE": "0.18.0",
"com.tuarua.firebase.StorageANE": "0.18.0",
"com.tuarua.firebase.CrashlyticsANE": "0.18.0",
"com.tuarua.google.GoogleSignInANE": "0.18.0",
"com.tuarua.OneSignalANE": "0.18.0"
}
}
2 changes: 1 addition & 1 deletion example/src/Main-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebaseane.example</id>
<filename>FireBaseExample</filename>
<name>FIR-Example</name>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<!-- Settings for the application's initial window. Required. -->
<initialWindow>
<content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
Expand Down
18 changes: 9 additions & 9 deletions example_vision/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-sample",
"version": "0.17.0",
"version": "0.18.0",
"appDescriptor": "src/Main-app.xml",
"variables": {},
"airDotPrefix": true,
Expand All @@ -9,13 +9,13 @@
"url": "https://tuarua.github.io/air/air_packages.json"
},
"dependencies": {
"com.tuarua.firebase.FirebaseANE": "0.17.0",
"com.tuarua.firebase.AnalyticsANE": "0.17.0",
"com.tuarua.firebase.VisionANE": "0.17.0",
"com.tuarua.firebase.VisionCloudTextANE": "0.17.0",
"com.tuarua.firebase.VisionCloudDocumentANE": "0.17.0",
"com.tuarua.firebase.VisionCloudLabelANE": "0.17.0",
"com.tuarua.firebase.VisionLandmarkANE": "0.17.0",
"com.tuarua.firebase.ModelInterpreterANE": "0.17.0"
"com.tuarua.firebase.FirebaseANE": "0.18.0",
"com.tuarua.firebase.AnalyticsANE": "0.18.0",
"com.tuarua.firebase.VisionANE": "0.18.0",
"com.tuarua.firebase.VisionCloudTextANE": "0.18.0",
"com.tuarua.firebase.VisionCloudDocumentANE": "0.18.0",
"com.tuarua.firebase.VisionCloudLabelANE": "0.18.0",
"com.tuarua.firebase.VisionLandmarkANE": "0.18.0",
"com.tuarua.firebase.ModelInterpreterANE": "0.18.0"
}
}
2 changes: 1 addition & 1 deletion example_vision/src/Main-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebaseane.example</id>
<filename>FireBaseExample</filename>
<name>FIR-Example</name>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<!-- Settings for the application's initial window. Required. -->
<initialWindow>
<content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
Expand Down
2 changes: 1 addition & 1 deletion native_extension/AnalyticsANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.firebase.AnalyticsANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
2 changes: 1 addition & 1 deletion native_extension/AnalyticsANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.AnalyticsANE</id>
<name>Firebase Analytics ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/AnalyticsANE/bin/AnalyticsANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/AuthANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.firebase.AuthANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
2 changes: 1 addition & 1 deletion native_extension/AuthANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.AuthANE</id>
<name>Firebase Auth ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/AuthANE/bin/AuthANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/CrashlyticsANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.firebase.CrashlyticsANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
2 changes: 1 addition & 1 deletion native_extension/CrashlyticsANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.CrashlyticsANE</id>
<name>Firebase Crashlytics ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/CrashlyticsANE/bin/CrashlyticsANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/DynamicLinksANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.firebase.DynamicLinksANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
2 changes: 1 addition & 1 deletion native_extension/DynamicLinksANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.DynamicLinksANE</id>
<name>Firebase Dynamic Links ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/DynamicLinksANE/bin/DynamicLinksANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/FirestoreANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.firebase.FirestoreANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
2 changes: 1 addition & 1 deletion native_extension/FirestoreANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.FirestoreANE</id>
<name>Firebase Firestore ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/FirestoreANE/bin/FirestoreANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/GoogleSignInANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.google.GoogleSignInANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
2 changes: 1 addition & 1 deletion native_extension/GoogleSignInANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.google.GoogleSignInANE</id>
<name>Google Sign In ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/GoogleSignInANE/bin/GoogleSignInANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/MessagingANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.firebase.MessagingANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
2 changes: 1 addition & 1 deletion native_extension/MessagingANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.MessagingANE</id>
<name>Firebase Messaging ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/MessagingANE/bin/MessagingANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/ModelInterpreterANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.firebase.ModelInterpreterANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.ModelInterpreterANE</id>
<name>Firebase Tensor Flow Lite ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/ModelInterpreterANE/bin/ModelInterpreterANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/OneSignalANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.OneSignalANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
2 changes: 1 addition & 1 deletion native_extension/OneSignalANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.OneSignalANE</id>
<name>OneSignal ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/OneSignalANE/bin/OneSignalANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/PerformanceANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.firebase.PerformanceANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
2 changes: 1 addition & 1 deletion native_extension/PerformanceANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.PerformanceANE</id>
<name>Firebase Performance ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/PerformanceANE/bin/PerformanceANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/RemoteConfigANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.firebase.RemoteConfigANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
2 changes: 1 addition & 1 deletion native_extension/RemoteConfigANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.RemoteConfigANE</id>
<name>Firebase Remote Config ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/RemoteConfigANE/bin/RemoteConfigANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/StorageANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.firebase.StorageANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand Down
2 changes: 1 addition & 1 deletion native_extension/StorageANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.StorageANE</id>
<name>Firebase Storage ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/StorageANE/bin/StorageANE.swc
Binary file not shown.
4 changes: 2 additions & 2 deletions native_extension/VisionANE/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.tuarua.firebase.VisionANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
"dependencies": {
"com.google.firebase.firebase-ml-vision": "24.1.0",
"org.jetbrains.kotlinx.kotlinx-coroutines-android": "1.4.2",
"com.tuarua.firebase.FirebaseVisionAssets": "0.16.0"
"com.tuarua.firebase.FirebaseVisionAssets": "0.18.0"
}
}
2 changes: 1 addition & 1 deletion native_extension/VisionANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.VisionANE</id>
<name>Firebase Vision ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="Android-x86">
<applicationDeployment>
Expand Down
Binary file modified native_extension/VisionANE/bin/VisionANE.swc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.VisionCloudDocumentANE</id>
<name>Firebase Vision Cloud Document ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.VisionCloudLabelANE</id>
<name>Firebase Vision Cloud Label ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/VisionCloudLabelANE/bin/VisionCloudLabelANE.swc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.VisionCloudTextANE</id>
<name>Firebase Vision Cloud Text ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/VisionCloudTextANE/bin/VisionCloudTextANE.swc
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/VisionLandmarkANE/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.VisionLandmarkANE</id>
<name>Firebase Vision Landmark ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/VisionLandmarkANE/bin/VisionLandmarkANE.swc
Binary file not shown.
4 changes: 2 additions & 2 deletions native_extension/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.tuarua.firebase.FirebaseANE",
"version": "0.17.0",
"version": "0.18.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
Expand All @@ -15,7 +15,7 @@
"com.google.firebase.firebase-iid": "21.0.1",
"com.google.android.gms.play-services-measurement": "18.0.0",
"com.google.android.gms.play-services-base": "17.1.0",
"com.tuarua.firebase.FirebaseIosDependencies": "0.16.0",
"com.tuarua.firebase.FirebaseIosDependencies": "0.18.0",
"com.tuarua.iOS.FreSwift": "5.1.0",
"com.tuarua.AIRSDK_additions": "5.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion native_extension/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.firebase.FirebaseANE</id>
<name>Firebase ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>0.17.0</versionNumber>
<versionNumber>0.18.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
Binary file modified native_extension/bin/ANEUtils.swc
Binary file not shown.
Binary file modified native_extension/bin/FirebaseANE.swc
Binary file not shown.

0 comments on commit 369e3c1

Please sign in to comment.