Cresencio Vazquez Flores
Cresencio Vazquez Flores
take a look at this https://github.com/google-map-react/google-map-react/issues/362#issuecomment-1007886739
> Why is that function in the documentation if it shouldn't be used? https://github.com/react-native-geolocation/react-native-geolocation#android
### Server Side - Apple authentication certificate (p8) - Extract the PEM key from the p8 certificate (some cases, I saw other solutions directly using the p8 certificate) - Client...
@mikehardy You're right, we can call this REST API's directly from the client. The only thing required is the `client_secret`, I have read that the `client_secret` can be generated with...
@AhmadMazaal try first to use Postman or another REST client to rule out some problem related to the CORS client/server configuration, I received this error some other time but in...
@josipslavic I used this fork https://github.com/Loskir/styled-qr-code and it works fine, this is my code, i am using NextJS 13.4.4 My repo: https://github.com/cresenciof/nextjs-qr-code-generator ```typescript // https://nextjs.org/docs/app/building-your-application/routing/router-handlers import { NextResponse } from...