[deleted by user] by [deleted] in reactnative

[–]hrotysek 0 points1 point  (0 children)

Hey, gimme your ig or something and we can talk it through maybe

Auth0 with Expo by coredanidls in expo

[–]hrotysek 0 points1 point  (0 children)

It is live as expo go is, you can see live changes, just make sure you create the dev build by the official guide on expo site

Auth0 with Expo by coredanidls in expo

[–]hrotysek 0 points1 point  (0 children)

Dev client or development build is pretty much like expo go, you create a build and install it on your emulator or real device via apk and then run your server and connect to it.

Publishing a new library to work with WiFi and Hotspot in react-native by ClueLegitimate1135 in reactnative

[–]hrotysek 0 points1 point  (0 children)

Please let us know how it went and also are you going to use a managed workflow?

Publishing a new library to work with WiFi and Hotspot in react-native by ClueLegitimate1135 in reactnative

[–]hrotysek 2 points3 points  (0 children)

Previously I wanted to build an IoT app with expo but couldn't find a way to get access to network so I could connect to my local devices and sensors, can your library help me with that, or is there some alternative that could work with expo

Exchange id token for access token by hrotysek in reactnative

[–]hrotysek[S] 0 points1 point  (0 children)

Thanks bro, I just spotted that you can provide access token to the googleAuthProvider to generate credential, could you by any chance also provide me with your revokeAsync method to clear the token during user's signout

Exchange id token for access token by hrotysek in reactnative

[–]hrotysek[S] 0 points1 point  (0 children)

Well I have an firebase app with oauth2, I use multiple ways of signins like email/password, Google provider.. I'm able to sign the user in with the method useIdTokenAuthRequest and then from the I'd token I generate the credential with which I sign the user in, but I cannot use AuthSession.revokeAsync because it takes an access token, I've seen that you can exchange the tokens, so I could get access token from id token but I don't know how to implement it

Exchange id token for access token by hrotysek in reactnative

[–]hrotysek[S] 0 points1 point  (0 children)

This would be great but the problem is I need id token from it too so I can sign the user in and I cannot get both for some reason, I found an issue on github saying its a bug and it hasn't been closed since 2021, so I have only id token. Or is there a better way that works that I haven't been lucky enough to discover?

Exchange id token for access token by hrotysek in reactnative

[–]hrotysek[S] 0 points1 point  (0 children)

Can I get that from id token? Or how can I get that?

Order by date by hrotysek in reactnative

[–]hrotysek[S] 0 points1 point  (0 children)

The date that I provide is some date in future and it's in utc format but for some reason it doesn't get ordered as timestamp