João Paulo Furtado

Results 18 comments of João Paulo Furtado

I'm also having the same issue. The suggestion from @sukovec worked fine, but I came up with another workaround to this issue: ` const html = fs.readFileSync('${staticPath}/unsubscribe.html', "utf8"); return res.send(html);`

On my case it was a little bit more complex because I was pointing to JS in production (so my tsconfig.json needed to use baseUrl as ./dist/src and not ./src)....

Hi Annoraaq, thanks for the quick reply. I'll try to create it again. I didn't because this is an advanced technique that will be implemented later and I thought about...

Let me know if there're new information regarding it. Btw, here's the video :) https://www.youtube.com/watch?v=MDoA2gNlTmA

That's a good idea. I will explore this approach

@notchris Cool, I didn't know. I'll take a look. For now, I'm taking a more straightforward approach of splitting the map into different zones and loading it only upon a...

@h-gerami did you solve it changing this screen? I read on other posts that it seems to be an issue that has no solution for this plugin

> @jonit-dev any updates? > > I have a similar issue. I've configured the consent screen according to instuctions, added profile, email, and openId (looks like it should be by...

> @jonit-dev fyi After I wasted days of investigation, I removed CodetrixStudio/CapacitorGoogleAuth and installed @ionic-native/google-plus, which works fine (with the same OAuth consent screen configuration, clientID and scopes) it doesn't...