Emmanuel Pilande

Results 22 comments of Emmanuel Pilande

Hey, I'd love to support Firefox but unfortunately they don't support AppleScript :/ 1. https://bugzilla.mozilla.org/show_bug.cgi?id=125419 2. https://bugzilla.mozilla.org/show_bug.cgi?id=1655268 3. https://www.alfredforum.com/topic/11724-firefox-bookmark-search/?do=findComment&comment=63324 4. https://www.alfredforum.com/topic/11724-firefox-bookmark-search/?do=findComment&comment=73559 There are some hacky ways to get around this...

@Qurus 1. Make sure auth0 **Application URIs** are configured correctly: 2. Make sure netlify **Environment variables** are configured correctly:

@dandv I don't think this is a problem with this specific theme. I believe this is due to how `dotenv` works, see more here: https://github.com/motdotla/dotenv#what-happens-to-environment-variables-that-were-already-set

Hey @devuxer thanks for adding this. I'm wondering instead of adding a new method, what if we updated the `login` method to take in args and pass that through `auth0.authorize`?...

A non intrusive way to handle this would be ```diff - public login = () => { + public login = (options?: auth0.AuthorizeOptions) => { if (!isBrowser) return; // Save...

@devuxer sorry for the delayed response, will get this merged in and cut a new release soon

Hey @dandv, thanks for contributing! This looks like a reasonable change. Do you know if there are any caveats to this? i.e. could this break existing usage? With this change,...

Ideally we would want to add `renewAuth` as a new method to AuthService, though I also don't see any issues exposing `auth0`. Feel free to submit PRs 🙂

@HaimBendanan what firebase and gatsby version are you running?

Hey @alexgenovese, sorry for the late reply. Are there any specific steps to reproduce?