Skip to content

Commit

Permalink
feat(firestore): array-contains, array-contains-any & in filters (inv…
Browse files Browse the repository at this point in the history
…ertase#2868)

* feat(firestore) Add IN query support (JS/Android)
* feat(firestore) in query validation
* feat(firestore) in query ios support / tests
* docs(firestore): update reference docs to include in query support
  • Loading branch information
Salakar authored Nov 24, 2019
1 parent e88b975 commit 927cb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNFBAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

firebase_sdk_version = '~> 6.8.1'
firebase_sdk_version = '~> 6.12.0'
using_custom_firebase_sdk_version = defined? $FirebaseSDKVersion
if using_custom_firebase_sdk_version
Pod::UI.puts "RNFBAuth: Using user specified Firebase SDK version '#{$FirebaseSDKVersion}'"
Expand Down

0 comments on commit 927cb29

Please sign in to comment.