Natan Sągol
Natan Sągol
Guys, don’t you think that we should discuss what we really want to accomplish here before reviewing the code itself? I’m asking because I’ve implemented phone auth myself in a...
I don’t think it should be released in the current state, but I’d love to continue working on this feature. As I’ve mentioned in the previous comment, it can be...
Copy-pasted from one of my projects: constructor: ```js this._shadowHelper = document.createElement('div'); document.querySelector('body').appendChild(this._shadowHelper); window.recaptchaVerifier = new firebase.auth.RecaptchaVerifier( this._shadowHelper, { size: 'invisible', callback: () => this._recaptchaReady = true, }, ); window.recaptchaWidgetId =...
@almirbi can you try to define a Boolean property and bind it to `equal-to`?
Ok, just to be clear: it shouldn't work as given in the example. `true !== 'true'`
Ok, I've created a PR to somehow enhance the documentation for this property, it might help you understand what's going on: https://github.com/firebase/polymerfire/pull/320 `equalTo` does indeed accept two arguments, but the...
Oh, I get it now. I'll try to make a PR to fix this in the coming days, but it will need some discussion since it will most definitely be...
I’ll add a test for this in the coming days so we can proceed. I’d also like to revert the change requested by @mbleigh per https://github.com/firebase/polymerfire/pull/142#discussion_r159987448 Is it ok?
I have the same issue in my app. Any progress on this?
@jdromero https://github.com/firebase/polymerfire/pull/270