Skip to content
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

iOS : In AppDelegate+FirebasePlugin.m add the variable tap in the method didReceiveRemoteNotification() #1104

Open
wants to merge 781 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
781 commits
Select commit Hold shift + click to select a range
018c810
Merge pull request #685 from tzappia/support-firebase-auth-emulator
dpa99c Jan 26, 2022
22d5815
Merge pull request #686 from tzappia/typing-auth-email-password
dpa99c Jan 26, 2022
2edbeb4
Merge pull request #687 from tzappia/use-authprovider-for-link
dpa99c Jan 26, 2022
fe4c72b
Merge pull request #692 from TheAnkurPanchani/master
dpa99c Jan 26, 2022
5632823
Merge pull request #693 from kabisa/master
dpa99c Jan 26, 2022
bb9645d
Android: Bump pinned dependency versions to latest as of 25 Jan 2022:
dpa99c Jan 26, 2022
1a6628e
iOS: Update pinned Firebase SDK library versions to latest: 18 Jan 2022
Jan 26, 2022
d342869
- add settings parameters to types/index
Jan 26, 2022
94c2204
Bugfix: Avoid exception when getting the current user when the token …
Jan 26, 2022
0d4bcff
Fix typo with extra `
Jan 26, 2022
f297925
Merge pull request #706 from kassamina/fix-android-provider-id
dpa99c Jan 27, 2022
7bf2d45
Merge pull request #705 from onimisi/add-action-code-settings-to-emai…
dpa99c Jan 27, 2022
602a7f0
Major version: 14.0.0
dpa99c Jan 27, 2022
c779f92
(iOS) bugfix: Update to GoogleSignIn v6 and update plugin for breakin…
Jan 28, 2022
f84fe16
(iOS) bugfix: Update to GoogleSignIn v6 and update plugin for breakin…
Jan 28, 2022
c6c0728
Major version: 14.0.0
dpa99c Jan 27, 2022
9aed4a2
Merge branch 'master' into dev
dpa99c Jan 28, 2022
ddbaccc
doc: Fix markdown issue caused by unescaped HTML tags.
dpa99c Feb 11, 2022
89d365b
Fix null pointer exception when missing notification image
rokkreslincom Feb 14, 2022
751ba5a
Merge pull request #709 from rokkreslincom/dev
dpa99c Feb 14, 2022
ebc9ce2
Correctly declare FirebasePlugin as global #715
peitschie Mar 2, 2022
b7d067e
Feature: Add support ios and android support for getClaims, which ret…
Apr 1, 2022
cebcaf2
give a more specific error for getClaims on android when a user is no…
Apr 1, 2022
1b17f38
Update type definitions
adipascu Apr 9, 2022
b287f11
Cordova-compliant external URL handling
jpike88 May 16, 2022
a4fba9d
removed method
jpike88 May 16, 2022
fa2da55
Merge pull request #731 from jpike88/patch-1
dpa99c May 18, 2022
bce0d98
Merge pull request #723 from kassamina/add_get_claims
dpa99c May 18, 2022
4267238
Merge pull request #716 from peitschie/type-correction
dpa99c May 18, 2022
aecfd3a
Merge pull request #725 from adipascu/master
dpa99c May 18, 2022
68c4295
(android) bump pinned Firebase SDK component versions to BOM 30.0.2 (…
dpa99c May 25, 2022
ccd68ab
Merge branch 'master' of github.com:dpa99c/cordova-plugin-firebase
May 25, 2022
8a67188
(ios) Update Firebase Apple SDK to Version 9.1.0 - May 24, 2022
May 25, 2022
0ad04d0
(ios) bugfix: Ensure new FCM token is issued after calling unregister…
May 25, 2022
485004d
(ios) Add support for FIREBASE_FCM_AUTOINIT_ENABLED plugin variable t…
May 25, 2022
2b56f92
Minor version: 14.1.0
dpa99c May 25, 2022
79942d6
Update FirebasePlugin.java
magancete Jun 18, 2022
d30aa59
Update firebase.js
magancete Jun 18, 2022
24b77da
Update FirebasePlugin.m
magancete Jun 18, 2022
190d9e6
Update README.md
magancete Jun 18, 2022
43f0496
Update FirebasePlugin.java
magancete Jun 18, 2022
abdc4d3
Update README.md
magancete Jun 19, 2022
0dee2b6
Update firebase.js
magancete Jun 19, 2022
9734f1b
Update FirebasePlugin.java
magancete Jun 19, 2022
235d2be
Update firebase.js
magancete Jun 19, 2022
5cb48f3
Update FirebasePlugin.m
magancete Jun 19, 2022
074e235
Add the authorization code to the credential object returned after au…
warby-tovi Jul 5, 2022
528228f
(android) fix no notifications on Android 12 and above, Non-fatal Exc…
ollm Jul 15, 2022
41d1050
Merge pull request #747 from ollm/master
dpa99c Jul 19, 2022
1cbbee4
Merge pull request #743 from magancete/master
dpa99c Jul 19, 2022
b68dac0
(doc) make it clear that the optional `timestamp` parameter in Firest…
dpa99c Jul 19, 2022
d1fb68a
(iOS) Use standard pod for Firestore by default but add `IOS_USE_PREC…
Jul 20, 2022
f6f60a3
(iOS) feat: add support for `IOS_FIREBASE_SDK_VERSION` plugin variabl…
Jul 20, 2022
935b15c
Minor version: 14.2.0
dpa99c Jul 20, 2022
98def34
(iOS) bugfix: remove openURL delegate that was erroneously re-added b…
dpa99c Aug 1, 2022
d6b7d46
Patch version: 14.2.1
dpa99c Aug 1, 2022
ef3fd4a
update plugin.xml if use_precompiled is true
Aug 7, 2022
89d7f02
(Android) fix: Notification opening app for Android 12 (dpa99c/cordov…
ollm Sep 25, 2022
a61b941
(Android) rem: androidx.core.app.NotificationManagerCompat import
ollm Sep 25, 2022
3e56f53
Merge pull request #765 from ollm/master
dpa99c Sep 27, 2022
85107f0
Sync with upstream master and resolve conflict
warby-tovi Oct 15, 2022
2e5a85b
Add support for localization keys in foreground notifications
Oct 17, 2022
b0db10e
(android) implement `enrollSecondAuthFactor()` flow
dpa99c Oct 31, 2022
402643f
(ios) implement `enrollSecondAuthFactor()` flow
Nov 1, 2022
e76c199
(android) implement `verifySecondAuthFactor()` flow
dpa99c Nov 2, 2022
1256abd
(doc) update ToC
dpa99c Nov 2, 2022
1f2fd13
(ios) implement `verifySecondAuthFactor()` flow
Nov 7, 2022
180f408
(types) Add typedefs for `enrollSecondAuthFactor()` and `verifySecond…
dpa99c Nov 7, 2022
5e857ad
Merge branch 'GH-714-multifactor-auth' of github.com:dpa99c/cordova-p…
dpa99c Nov 7, 2022
0e46983
Major version: 15.0.0
dpa99c Nov 7, 2022
7dea9bc
(android) Implement multi-factor utility functionality
dpa99c Nov 8, 2022
10a7f12
(doc) update ToC with new functions
dpa99c Nov 8, 2022
5c6b6a5
(ios) implement multi-factor utility functions
Nov 9, 2022
94445be
(ios) Fix CLI builds with Xcode 14 and Cordova CLI. Resolves #766.
Nov 23, 2022
3785354
(ios) BREAKING CHANGE: Update pinned version of Firebase SDK to v10.2…
Nov 23, 2022
3c184ee
(android) Handle checking/requesting POST_NOTIFICATIONS runtime permi…
dpa99c Nov 23, 2022
ddfe9c2
Merge pull request #761 from warby613/apple-auth-code
dpa99c Nov 23, 2022
20a6284
feat: add Microsoft login with `authenticateUserWithMicrosoft()`
leyenda Jul 26, 2022
4061262
Merge pull request #772 from fordkilleen/master
dpa99c Nov 23, 2022
c0633d2
(android) Update pinned Firebase SDK component versions to BOM v31.1.…
dpa99c Nov 23, 2022
33c2c0b
Major version: 15.0.0
dpa99c Nov 23, 2022
973d7be
Merge branch 'master' into GH-714-multifactor-auth
dpa99c Nov 23, 2022
f2f0fdc
(doc) Clarify remote cloud build and Capacitor support.
dpa99c Nov 24, 2022
dd7e603
Merge branch 'dev' into GH-714-multifactor-auth
dpa99c Nov 25, 2022
f1fc437
feat: Add `authenticateUserWithFacebook()`
dpa99c Nov 25, 2022
d6e7dbe
(doc) Clarify support only for local build environments and necessity…
dpa99c Nov 29, 2022
6e00f8a
(doc) Clarify supported versions
dpa99c Nov 30, 2022
ba428a3
Merge branch 'master' into GH-714-multifactor-auth
dpa99c Dec 6, 2022
50244da
feat: Append user metadata and providers info to getCurrentUser() res…
dpa99c Dec 6, 2022
92e2a0d
(doc) link to the multi-factor issue in the CHANGELOG
dpa99c Dec 6, 2022
2db880d
(doc) Add note about VoltBuilder as the preferred remote cloud build …
dpa99c Dec 6, 2022
768750f
(iOS) feat: add support for IOS_FCM_ENABLED variable to allow disabli…
aleh Jan 24, 2023
104185f
feat(types): add support for lastUpdate and created
UzverNumber47 Feb 3, 2023
f4ab24e
(ios) feat: Add registerApplicationDidBecomeActiveListener() and regi…
Mar 21, 2023
7a592a3
Merge pull request #793 from UzverNumber47/patch-1
dpa99c Mar 23, 2023
1fc6f96
(ios) docs: Tutorial to make the necessary configurations to send ima…
ollm Apr 5, 2023
fac2444
Merge pull request #798 from ollm/master
dpa99c Apr 6, 2023
0c98651
(ios) docs: Update README.md with the link to IOS_NOTIFICATION_SERVIC…
ollm Apr 6, 2023
e68fd60
(ios) docs: Removed wrong end parentheses
ollm Apr 6, 2023
ab66059
Merge pull request #799 from ollm/master
dpa99c Apr 6, 2023
8cb1f88
(ios) Fix foreground notifications not being displayed after calling …
vneenz Apr 6, 2023
64122c6
add server side verification documentation to authenticateUserWithGoo…
May 22, 2023
e817619
Merge pull request #805 from dlandtaa/google-server-side-documentation
dpa99c May 22, 2023
d26c421
Merge pull request #752 from gillycheesesteak/always-respect-precompiled
dpa99c May 22, 2023
abd4825
Merge pull request #800 from vneenz/master
dpa99c May 22, 2023
b47eb31
Merge remote-tracking branch 'remotes/mediamonks/master'
dpa99c May 22, 2023
bfc9e16
(doc) Update ionic ts wrapper link
Armanio May 22, 2023
d3ce729
use cordova-android config variable version
lionelhe May 24, 2023
091163b
Merge pull request #806 from Armanio/patch-1
dpa99c May 25, 2023
359a542
Merge pull request #808 from lionelhe/dev
dpa99c May 25, 2023
f70f6f2
(android) update: Pin latest Firebase SDK component versions as of 01…
dpa99c May 25, 2023
13558c2
(ios) update: Pin latest Firebase SDK component version (v10.10.0) as…
dpa99c May 25, 2023
26d2225
Minor version: 16.1.0
dpa99c May 25, 2023
1433a3b
(ios) docs: Typo fix
Armanio May 25, 2023
c7b177b
Merge pull request #810 from Armanio/patch-1
dpa99c May 25, 2023
c9a078d
use product pods for firebase packages
May 26, 2023
172d78e
fix firestore pod name
May 26, 2023
c8f137a
Merge pull request #811 from gillycheesesteak/use-product-pods
dpa99c May 26, 2023
0c30249
(ios) docs: Update IOS_NOTIFICATION_SERVICE.md
ollm May 31, 2023
11f2365
Add information to enable the Analytics debug_mode to the README.md
tomivm Jul 13, 2023
bd9e24a
fixes #832
salmanhasni Sep 22, 2023
746fad4
FIx ambiguity between bigLargeIcon(Bitmap) and bigLargeIcon(Icon) on …
QuentinFarizon Oct 9, 2023
4ae0365
Merge pull request #836 from QuentinFarizon/patch-bigLargeIcon
dpa99c Oct 20, 2023
0cb56f2
Merge pull request #833 from salmanhasni/private-install-fix-for-meteor
dpa99c Oct 20, 2023
468aadd
Add note about xmlns:android attribute for config.xml
signalpoint Oct 27, 2023
f2a5878
feat: Add `registerAuthIdTokenChangeListener` to monitor changes in a…
dpa99c Nov 14, 2023
aac330f
(iOS) update: Pin latest Firebase SDK component version (v10.17.0) as…
dpa99c Nov 14, 2023
814813a
(Android) update: Pin latest Firebase SDK component versions as of [3…
dpa99c Nov 14, 2023
97064b6
fix prebuilt firestore install
May 26, 2023
da9ed55
include FirebaseWrapper
May 27, 2023
47f74a0
(ios) build: add npm post_install script to apply IOS_USE_PRECOMPILED…
dpa99c Nov 30, 2023
048eb97
Minor version: 16.2.0
dpa99c Nov 14, 2023
c8632cb
(iOS) fix: add FirebaseAnalytics pod
jkorrek Dec 5, 2023
1276830
Merge pull request #848 from jkorrek/fix/ios-firebase-analytics-pod
dpa99c Dec 5, 2023
5ec7998
(iOS) build: apply FIREBASE_ANALYTICS_WITHOUT_ADS and IOS_ON_DEVICE_C…
Dec 6, 2023
6751fb8
(iOS) feat: Add initiateOnDeviceConversionMeasurement()
Dec 6, 2023
c030cdd
(iOS) types: add typedef for initiateOnDeviceConversionMeasurement()
dpa99c Dec 6, 2023
3160c4d
(Android) apply FIREBASE_ANALYTICS_WITHOUT_ADS plugin variable to dis…
dpa99c Dec 6, 2023
2c45461
(doc) Explain additional step required for post-install plugin variables
dpa99c Dec 8, 2023
99ad963
Minor version: 16.3.0
dpa99c Dec 8, 2023
ada9467
Merge pull request #840 from signalpoint/master
dpa99c Dec 14, 2023
e5b8eb2
(doc) Clarify how to set plugin variables
dpa99c Dec 20, 2023
34a9ec1
Merge branch 'master' of github.com:dpa99c/cordova-plugin-firebasex
dpa99c Dec 20, 2023
23f9c2e
(ios) fix matching of pod versions so IOS_FIREBASE_SDK_VERSION variab…
Dec 20, 2023
72c243f
(ios) Support optional patch version when specifying iOS deployment t…
Dec 20, 2023
6ccd621
(android) bugfix: when grantPermission is called on Android 12 or bel…
dpa99c Dec 20, 2023
d607e12
(android) Implement authenticateUserWithOAuth()
dpa99c Jan 3, 2024
8db6c38
(ios) Implement authenticateUserWithOAuth()
Jan 4, 2024
db36387
(doc) authenticateUserWithOAuth()
dpa99c Jan 4, 2024
2163db5
(android) use internal authenticateUserWithOAuth() for authenticateUs…
dpa99c Jan 11, 2024
258e279
(ios) Return idToken in credential result when authentication with Ap…
dpa99c Jan 11, 2024
91025b7
Minor version: 16.4.0
dpa99c Jan 11, 2024
0872ef4
(doc) Add note regarding plugin maintenance
dpa99c Jan 30, 2024
2c1e388
fix(android): support minSDK 24+ - remove trailing comma
erisu Feb 14, 2024
bfe6eeb
Added GOOGLE_ANALYTICS_ADID_COLLECTION_ENABLED, GOOGLE_ANALYTICS_DEFA…
pinguluk Feb 29, 2024
f0d7f98
Reverted helper.js
pinguluk Feb 29, 2024
154d3da
Readded changes in helper.js (without file being formated)
pinguluk Feb 29, 2024
cb0ff35
Created setAnalyticsConsentMode function
pinguluk Feb 29, 2024
01cbe49
Added this. to AutoInitEnabled & changed "execute" function from if e…
pinguluk Feb 29, 2024
66dd121
Added setAnalyticsConsentMode function only
pinguluk Feb 29, 2024
bf389ba
Added setAnalyticsConsentMode in README.md and index.d.ts
pinguluk Feb 29, 2024
d646dfd
Added setAnalyticsConsentMode to menu in README.md
pinguluk Feb 29, 2024
16b5774
Added setAnalyticsConsentMode to Disable data collection startup in R…
pinguluk Feb 29, 2024
65d4365
Added setAnalyticsConsentMode for iOS
pinguluk Mar 14, 2024
3ad7cb0
Updated Firebase pods to 10.21.1; Updated GoogleSignIn pod to 7.1.0-f…
pinguluk Mar 14, 2024
af10d7a
Downgraded Firebase version to 10.22.0
pinguluk Mar 14, 2024
318c04b
Changed FirebaseInAppMessaging version to 10.22.0-beta
pinguluk Mar 14, 2024
d3b87ea
Merge pull request #1 from pinguluk/develop
pinguluk Mar 27, 2024
2f9ecb7
Updated iOS sdk to 10.24.0; Bumped up Android sdks versions
pinguluk Apr 19, 2024
8cacc46
Merge pull request #2 from pinguluk/develop
pinguluk Apr 19, 2024
cb073ef
Downgraded GoogleSignIn to 6.2.4
pinguluk Apr 23, 2024
95b727a
Merge pull request #3 from pinguluk/develop
pinguluk Apr 23, 2024
3ed658e
Merge pull request #878 from pinguluk/master
dpa99c Apr 23, 2024
7cc8062
Merge pull request #869 from erisu/fix/older-chromium-sdk24-default
dpa99c Apr 23, 2024
ec7c13b
Merge pull request #820 from tomivm/patch-1
dpa99c Apr 23, 2024
d21401b
Merge pull request #814 from ollm/master
dpa99c Apr 23, 2024
f03701a
feat: add AnalyticsConsentMode and AnalyticsConsentStatus constants
dpa99c Apr 24, 2024
d370cab
feat: Add unlinkUserWithProvider() based on PR #821
dpa99c Apr 24, 2024
eb0b65f
Minor version: 16.5.0
dpa99c Apr 24, 2024
c913652
(ios) Return rawNonce in credential result when authentication with A…
TheNotorius0 Apr 25, 2024
0fa85f8
(ios) bugfix: gracefully handle missing iOS deployment target in Podf…
dpa99c Jun 8, 2024
fe506dd
fix(ios) handle pbxproj structure change
mickeahlinder Jun 11, 2024
bd463f7
(ios) use release version of FirebaseInAppMessaging v10.24.0 (instead…
dpa99c Jul 9, 2024
4354a1f
Merge pull request #890 from mickeahlinder/fix/handle-empty-pbx-shell…
dpa99c Jul 9, 2024
a468640
(ios) Add support for IOS_FIREBASE_IN_APP_MESSAGING_VERSION plugin va…
Sep 25, 2024
dc26f9d
(ios) BREAKING: Update pinned Firebase SDK versions to v11.2.0 and up…
Sep 25, 2024
5a95cb1
(ios) Add import for FirebaseAuth-Swift as required by Firebase iOS S…
Sep 25, 2024
eaefe81
(ios) Update to use Google Sign-In SDK v7 signatures.
Sep 25, 2024
3df8793
(ios) Queue global JS executions if plugin is not yet initialized to …
Sep 25, 2024
9bc46b3
Major v17.0.0
Sep 25, 2024
bc93f9c
(Android) update: Pin latest Firebase SDK component versions to [Bom …
dpa99c Sep 25, 2024
7f02206
(Android) fix: Queue global JS executions if plugin is not yet initia…
dpa99c Sep 25, 2024
44d8f31
(doc) add CHANGELOG for v17.0.0
dpa99c Sep 25, 2024
e228be1
Merge branch 'dev'
dpa99c Sep 25, 2024
ebbfd2e
Merge branch 'dpa99c:master' into master
TheNotorius0 Sep 29, 2024
25d69a3
feat(ios): prepare for cordova-ios 8 support - corrected app name
erisu Oct 13, 2024
80726ed
Set up Xcode to automatically upload dSYM files
MaximBelov Oct 13, 2024
deb18f1
doc: Update readme
MaximBelov Oct 16, 2024
8ecb268
fix readme
MaximBelov Oct 16, 2024
e112afd
Merge pull request #897 from MaximBelov/fix-automatically-upload-dSYM…
dpa99c Oct 16, 2024
2c1337f
feat(ios): get app namefrom xcodeCordovaProj path located in platform…
erisu Oct 16, 2024
a2bc9e5
Merge branch 'dpa99c:master' into master
TheNotorius0 Oct 22, 2024
6f66982
(ios) Return rawNonce in FirebasePlugin.m in credential result when a…
TheNotorius0 Oct 22, 2024
ec58854
Merge pull request #883 from TheNotorius0/master
dpa99c Oct 22, 2024
73f3b29
Removed unnecessary "rawNonce" from FirebasePlugin.m
TheNotorius0 Oct 26, 2024
279f579
Merge pull request #900 from TheNotorius0/master
dpa99c Oct 28, 2024
59030ae
Prevent notification callback in background
ochakov Oct 28, 2024
399c732
(ios) append `--repo-update` option when running `pod install` from h…
dpa99c Nov 1, 2024
7515306
Merge pull request #902 from ochakov/no-background-callback
dpa99c Nov 1, 2024
bfd8e58
Major version: 18.0.0
dpa99c Nov 1, 2024
980c6e9
(doc) Document changes to behaviour of notifications received while a…
dpa99c Nov 1, 2024
8aaad7d
(android) Add support for FIREBASE_MESSAGING_IMMEDIATE_PAYLOAD_DELIVE…
dpa99c Nov 2, 2024
7b96226
(iOS) Add support for FIREBASE_MESSAGING_IMMEDIATE_PAYLOAD_DELIVERY p…
Nov 5, 2024
d622044
(ios) fix: explicitly specify FirebaseCoreExtension version in Podfil…
Nov 6, 2024
2714f36
(ios) Check if SKIP_FIREBASE_FIRESTORE_SWIFT environment variable is …
Nov 6, 2024
57c3879
(iOS) Document deprecation of `cli_build` branch
dpa99c Nov 7, 2024
4e7ad7c
Document v18.0.0 changes
dpa99c Nov 7, 2024
5fa87be
Merge pull request #896 from erisu/fix/support-cordova-ios-8
dpa99c Nov 8, 2024
1da48dc
(ios) Gracefully handle missing Podfile when running hook scripts
Nov 9, 2024
b3ed4ee
(ios) Ensure plist files exist before attempting to access their cont…
Nov 9, 2024
326e67f
(ios) Gracefully fail if Google App ID is not found in Google plist
Nov 9, 2024
f3ff0a7
Remove the <engines> requirements from plugin.xml as they can't handl…
Nov 9, 2024
05cde53
(ios) Explicitly allow 8.0.0-beta.1 in cordova-ios version requiremen…
Nov 10, 2024
72f8d2d
(ios) fix: ensure IOS_FIREBASE_SDK_VERSION is applied to pre-built Fi…
Nov 13, 2024
bfc2bfa
Patch version: 18.0.1
dpa99c Nov 13, 2024
f622c25
(ios) Update pinned Firebase SDK versions to v11.4.0
dpa99c Nov 13, 2024
a98d3af
(android) Update pinned Firebase SDK component versions to BoM v33.6.…
dpa99c Nov 13, 2024
6136534
(doc) Add CHANGELOG entry for v18.0.1
dpa99c Nov 13, 2024
5a3a057
bugfix: only apply new logic for cordova-ios@8 if platform is ios
dpa99c Nov 15, 2024
46cbb29
Patch version: 18.0.2
dpa99c Nov 15, 2024
385f2a7
(cordova): fix invalid cordova hook interface use, fix #908
Nov 18, 2024
f9c6124
Merge pull request #909 from Delagen/fix-install-issue
dpa99c Nov 18, 2024
33b37f8
Patch version: 18.0.3
dpa99c Nov 18, 2024
f9c6c9d
feat(ios): Turn on debug by default
MaximBelov Nov 19, 2024
0bf20d3
fix: Integration with GoogleTagManager
MaximBelov Nov 20, 2024
36d0bae
Update README.md
MaximBelov Nov 20, 2024
2f9858f
Merge pull request #910 from MaximBelov/ios-debug-view
dpa99c Nov 22, 2024
f6e4353
Merge pull request #906 from MaximBelov/fix-integration-with-google-t…
dpa99c Nov 22, 2024
117f1ff
remove unused cordova-ios import
isarantis Nov 25, 2024
350289b
Merge pull request #912 from isarantis/master
dpa99c Nov 26, 2024
df1a950
Patch version: 18.0.4
dpa99c Nov 26, 2024
5b4be8c
Merge branch 'master' into dev
dpa99c Nov 26, 2024
77e013b
Handle notification exceptions
ochakov Nov 26, 2024
c0931a7
Access to FIRAuthErrorUserInfoUpdatedCredentialKey on linkUserWithCre…
nivlempert1 Dec 1, 2024
9dbe757
Merge pull request #913 from ochakov/master
dpa99c Dec 3, 2024
96f12d7
Merge pull request #916 from moshecohen90/master
dpa99c Dec 3, 2024
6288e08
Merge branch 'master' into dev
dpa99c Dec 3, 2024
d1bd8fe
(ios) Update pinned Firebase SDK versions to [v11.5.0](https://fireba…
dpa99c Dec 3, 2024
c7e43fb
(android) Update pinned Firebase SDK component versions to [BoM v33.6…
dpa99c Dec 3, 2024
bdc60b7
Patch version: 18.0.5
dpa99c Dec 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update type definitions
adipascu committed Apr 9, 2022
commit 1b17f3897f0db49585bba3a61f9cdf5f2f69e430
17 changes: 16 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -13,6 +13,17 @@ export interface IChannelOptions {
streamType?: number
}

interface User {
name: string;
email: string;
emailIsVerified: boolean;
phoneNumber: string;
photoUrl: string;
uid: string;
providerId: string;
idToken: string;
}

export interface FirebasePlugin {
getId(
success: (value: string) => void,
@@ -219,7 +230,11 @@ export interface FirebasePlugin {
error?: (err: string) => void
): void
getCurrentUser(
success: (user: object) => void,
success: (user: User) => void,
error?: (err: string) => void
): void
reloadCurrentUser(
success: (user: User) => void,
error?: (err: string) => void
): void
updateUserProfile(