Erwin AI

Results 15 comments of Erwin AI

One addition, I managed to trace it back to two specific documents that both have three fields, all built like: ``` "projectStart": { "__datatype__": "timestamp", "value": { "_seconds": 1549076400, "_nanoseconds":...

Using the firestore instance normally used for a web application (so not the firestore instance from the admin package) crashes at the same action it seems, but the error is...

+1, found this issue when searching up why I get tons of console log entries with: `google.maps.event.addDomListener() is deprecated, use the standard addEventListener() method instead: https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener The feature will continue...

@WilliamFalci Nice! I need this as well. Added some comments to the pull request 👍 @justcaliturner Is a new minor version with this pull request possible?

I'm having similar issues. It used to work, but somehow broke today. For me the problem was that the package "pathe" was not found for nuxt/kit. Running on nuxt 2.15.8...

@lupas Yes this is still an issue. I am currently using `.signInWithPopup(provider)` which does not have this delay. Ideally, I'd still want to use `.signInWithRedirect(provider)` for mobile users for the...

@seratch Quick heads-up that the Slack API documentation for the new OpenID method `openid.connect.token` is inaccurate (see screenshot). ![image](https://user-images.githubusercontent.com/2168688/157393223-b66443e8-ec33-4eb4-b4ef-8166d5f7cf0b.png) The App Review team already asked us to update our sign-in...

I'm having the same problem. It's not a very good sign that this breaks while trying Supabase for the first time 😓 Versions: ``` "nuxt": "^3.7.3" "@nuxtjs/supabase": "^1.1.0" ``` I've...

@silentworks had a good comment in another repo: this auth flow (PKCE) only works if you open the link on the same browser/device because it uses cookies. Unfortunately, that issue...

@chz8494 When going through the password reset flow, the user is not logged in, but will temporarily be identified by a code that's in the URL as a parameter when...