Chris Bianca
|
97cc5ee131
|
[ios] Fix conditional imports
|
2017-08-11 16:07:39 +01:00 |
Chris Bianca
|
af1f65f835
|
[ads][ios] Remove duplicate import
|
2017-08-10 15:02:25 +01:00 |
Chris Bianca
|
db68b4d05c
|
[ios] Add RNFirebaseDatabaseReference to Xcode project
|
2017-08-03 11:35:55 +01:00 |
Akshet Pandey
|
6375f32c35
|
Fix incorrect status message when remote config fetch is successful
|
2017-07-29 15:59:17 -07:00 |
Chris Bianca
|
46772d253d
|
[android][ios][database] Add missing setPriority and setWithPriority methods
|
2017-07-19 18:18:16 +01:00 |
Chris Bianca
|
c2400edd0a
|
[ios][config] Add react utils import
|
2017-07-19 16:22:00 +01:00 |
Chris Bianca
|
27453ac31a
|
[ios][database] Refactor RNFirebaseDatabaseReference
|
2017-07-19 16:02:26 +01:00 |
Chris Bianca
|
dc10f29b78
|
[ios][messaging] Add back in userNotificationCenter messaging methods
|
2017-07-19 12:49:18 +01:00 |
Salakar
|
97447dab5e
|
[android][auth] implemented missing 'unlink' method
|
2017-07-12 16:26:02 +01:00 |
Salakar
|
0898f0913d
|
[js][ios][android][auth] checkActionCode now returns an actionType string in the result
|
2017-07-12 12:59:35 +01:00 |
Salakar
|
fd93d24e1a
|
[js][ios][android][auth] checkActionCode implemented
|
2017-07-05 14:56:18 +01:00 |
Salakar
|
08f4f0c97b
|
[js][ios][android][auth] applyActionCode implemented
|
2017-07-05 14:16:35 +01:00 |
Salakar
|
0dda8d9174
|
[js][ios][android][auth] confirmPasswordReset implemented
|
2017-07-04 18:22:18 +01:00 |
Salakar
|
333c449ab4
|
Merge branch 'master' of https://github.com/invertase/react-native-firebase
|
2017-07-04 16:19:52 +01:00 |
Salakar
|
2f67e8b35b
|
[both][database] all 'once' event types now supported - not just 'value'
|
2017-07-04 16:17:42 +01:00 |
Elliot Hesp
|
ce0934d44c
|
Merge branch 'master' of github.com:invertase/react-native-firebase
|
2017-07-04 15:40:03 +01:00 |
Elliot Hesp
|
92b3860230
|
[admob][ios] Fix an issue whereby interstitials on iOS could not be reused with the same adUnit ID
|
2017-07-04 15:39:56 +01:00 |
Salakar
|
9572538af0
|
[ios][database] added support for all eventTypes in ref.once(eventType)
|
2017-07-04 14:13:49 +01:00 |
nico
|
1f61933d65
|
removed newline
|
2017-06-29 18:27:47 +02:00 |
nico
|
d77dd094db
|
fixed ios custom metaData
|
2017-06-29 18:12:57 +02:00 |
Elliot Hesp
|
c22fb3911f
|
[admob] Add openDebugMenu support
|
2017-06-27 15:14:02 +01:00 |
Michael Diarmid
|
2b6fe541e8
|
[ios] sendEmailVerification now correctly returns the currentUser
|
2017-06-20 19:49:45 +01:00 |
Elliot Hesp
|
52d94763bb
|
[ios][admob] Check AdMob exists
|
2017-06-20 13:22:09 +01:00 |
Elliot Hesp
|
54bf957cb3
|
[admob] Support 11.0 VideoController methods
|
2017-06-20 12:19:26 +01:00 |
Elliot Hesp
|
d159d9bb6b
|
[ios][admob] Implement NativeExpress
|
2017-06-16 17:40:05 +01:00 |
Elliot Hesp
|
0e27d7345e
|
Merge branch 'v2' of github.com:invertase/react-native-firebase into v2
|
2017-06-16 15:35:38 +01:00 |
Elliot Hesp
|
6af227b648
|
[ios][admob] Ensure previous banner is removed from view when re-rendering
|
2017-06-16 15:35:12 +01:00 |
Elliot Hesp
|
0525672860
|
[ios][admob] Use static helper methods over delegate methods
|
2017-06-16 15:22:35 +01:00 |
Elliot Hesp
|
f6db5656ae
|
[ios][admob] Fix testDevices not adding emulator device
|
2017-06-16 15:21:49 +01:00 |
Elliot Hesp
|
af5bf655fe
|
[ios][admob] Implement Banner
|
2017-06-16 15:20:34 +01:00 |
Chris Bianca
|
39041637eb
|
Merge branch 'master' into v2
# Conflicts:
# bin/cocoapods.sh
# docs/installation-ios.md
# ios/Podfile.template
|
2017-06-16 13:45:45 +01:00 |
Chris Bianca
|
4a7a7574db
|
[ios] Break modules into subfolders
|
2017-06-16 11:15:42 +01:00 |
Elliot Hesp
|
d031d332e3
|
[ios][database] Pass null key to NSDict for previousChildName
|
2017-06-16 09:30:02 +01:00 |
Elliot Hesp
|
bafd59283f
|
[ios][database] Prevent null value being passed to JSEvent
|
2017-06-16 08:39:16 +01:00 |
Elliot Hesp
|
3809fa8f63
|
[auth] Pass previousChildName back to callback
|
2017-06-15 14:55:52 +01:00 |
Chris Bianca
|
280145da9f
|
[docs][ios] Remove react native link support due to issues and update documentation
|
2017-06-13 16:18:12 +01:00 |
Chris Bianca
|
d68703da64
|
[ios] Update setup to use Podfile template contents
|
2017-06-13 16:12:35 +01:00 |
Michael Diarmid
|
87eb76520e
|
[ios][auth] replace deprecated methods
- FIREmailAuthProvider() -> FIREmailPasswordAuthProvider()
- getIDTokenForcingRefresh() -> getTokenForcingRefresh()
|
2017-06-13 06:21:45 +01:00 |
Elliot Hesp
|
4c87131328
|
[crash][both] Add support for isCrashCollectionEnabled & setCrashCollectionEnabled
|
2017-06-12 14:26:56 +01:00 |
Elliot Hesp
|
9342a0e748
|
[admob][ios] Implement Rewarded Videos
|
2017-06-07 14:19:06 +01:00 |
Elliot Hesp
|
921eac06a4
|
[admob][ios] Finish up Interstitial with events + AdRequest handling
|
2017-06-07 12:37:32 +01:00 |
Elliot Hesp
|
f92e1b7afd
|
[admob][ios] Started basic working version of Interstitial
|
2017-06-05 17:00:59 +01:00 |
Chris Bianca
|
51f50ca17d
|
[ios] Remove eventemitter interface when module hasn’t been included
|
2017-05-31 15:53:08 +01:00 |
Chris Bianca
|
a1cff881e1
|
[android][ios][js] Detect missing native module rather than using empty function
|
2017-05-31 15:22:15 +01:00 |
Chris Bianca
|
dcd6321561
|
[ios] Tidy up of iOS imports and other misc clean up
|
2017-05-31 09:54:02 +01:00 |
Chris Bianca
|
fc3ad620a4
|
[ios][messaging] Make firebase/messaging pod optional
|
2017-05-30 13:20:42 +01:00 |
Chris Bianca
|
f82897218f
|
[ios][js] Misc clean up
|
2017-05-30 11:44:06 +01:00 |
Chris Bianca
|
2e3624a8d9
|
[ios][admob] Fix compilation issues
|
2017-05-30 10:22:48 +01:00 |
Chris Bianca
|
abc4de2257
|
[messaging][iOS] Tidy up messaging and bring it in inline with latest version of Firebase Messaging (4.0.0)
|
2017-05-30 08:26:40 +01:00 |
Elliot Hesp
|
fdcf4ef2f3
|
[admob] Update documentation
|
2017-05-27 20:46:17 +01:00 |