Brian Kennedy
Brian Kennedy
Just pulled down, built, and ran locally two days ago. Worked for me locally. The website game worked, too. 🤷♂️
Any further consideration on this?
Can confirm that the 2.1.1 npm package simply isn't exporting the library correctly. I rolled back to npm version 2.0.6 and it works. I am not using whatever pixi bundling/rollup...
Hello, I know it's been a few years since this issue, but I see this library is still being maintained. However, the documentation really could use an update to clarify...
Not sure if it's kosher to post on his behalf but I have an app that's public which demonstrates using and auth: https://gitlab.com/bpkennedy/kenshi-journal
I'd also add that, in my opinion, using this library with Vuex/Firestore feels pretty close to using an ORM, as far as underlying complexity it is trying to make magical...
Yea, that would be just fine for my needs.
Is there a reason we can't merge this PR? Sure would be helpful.
Here is a minimal example. Create a user with email `[email protected]` and password `pass`. Then try this (ensure you've cleared your browser cache): ```typescript import { useAuth, useLogin } from...
@ahuseyn Thank you for investigating! You were absolutely right - **this is NOT a Faust.js issue**. **Root Cause:** Apollo Client 3.14.0 has a bug where it internally uses deprecated methods...