PMLyf
PMLyf
Yeah we need to revive this. On Jan 8, 2016 2:49 PM, "JerzySpendel" [email protected] wrote: > This project seems to be dead :( > > — > Reply to this...
Will do bro! On Jan 8, 2016 3:52 PM, "David Almendarez" [email protected] wrote: > @PMLyf https://github.com/PMLyf We are still making Persistent Empires! > We are just using GameMaker now, contact...
> ``` > // authenticate.ts > export const authenticate = functions > .region('southamerica-east1') > .https.onRequest(async (req, res) => { > res.redirect(await generateAuthURL()); > }); > ``` My implementation is almost...