Martins Muiznieks

Results 3 comments of Martins Muiznieks

For me was really helpful this video tutorial: https://youtu.be/1MTyCvS05V4 Guy goes through from social login to email auth - I think it will give a good understanding of core functionalities....

Yes, I know what you're talking about, @bwheeele Currently I am sitting on 5.0.0-beta.4 version. I found out that slightly changing the module imports solves this issue. For example: import...

> [@islam-kamel](https://github.com/islam-kamel) can you try this, > > ``` > import axios from 'axios'; > > export const getImageBuffer= async (url: string) => { > > const imageResponse = await...