Jeff

Results 137 comments of Jeff

@PaulTR can you please take a look at this? Here's an [example of collection validation](https://github.com/firebase/extensions/blob/327aedd09b8240f5141475b5a4680481a1765988/firestore-send-email/extension.yaml#L126-L127) we use in the other extensions repo to avoid deployment issues. Also fyi @kevinthecheung we...

The correct repository for iOS is: https://github.com/firebase/friendlychat-ios

(leaving this open because the lang-ru version of the codelab points to the friendlychat-web repo instead of the friendlychat-ios repo)

I believe it has to do with how mobile Safari handles `click`/`submit` events, because the buttons fire reliably if you double tap them. I found [this Stack Overflow](https://stackoverflow.com/questions/17710893/why-when-do-i-have-to-tap-twice-to-trigger-click-on-ios) answer where...

I believe it's caused by this issue in the UI library we're using: https://github.com/google/material-design-lite/issues/5281

@itssidhere can you please post the configuration you used for the extension (step 2 in the issue template)? Hindi is a supported language, and should be configured as [`hi`](https://cloud.google.com/translate/docs/languages#:~:text=he%20or%20iw-,Hindi,-hi)

Hi @erostefano, thanks for the request! This sounds like it would be pretty easy to implement. However, we're also wary of increasing the number of parameters on an extension, since...

This error is caused by a missing support email, and doesn't actually require configuring the whole oauth consent screen. I recently updated step 3 of the [codelab](https://codelabs.developers.google.com/codelabs/firebase-web/#2) to include "Set...