firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.41k stars 1.42k forks source link

[v11] Fix recaptcha bug - mixing vars and funcs #13148

Closed paulb777 closed 1 week ago

paulb777 commented 1 week ago

Processing the GetRecaptchaConfigRequest RPC request was failing because it was getting a true from the containsPostBody var because it defined a containsPostBody func instead of overriding the var.

google-oss-bot commented 1 week ago
1 Warning
:warning: Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.)

Generated by :no_entry_sign: Danger