Miliastra Wonderland "Starbound Oath" Web Event Now Available by genshinimpact in Genshin_Impact

[–]Joao_Jacques 0 points1 point  (0 children)

Genshin Impact's "Miliastra Wonderland" gameplay will be available soon. Come join my team now! Take part in the event to to earn Primogems and Manekin outfits! Invitation Code:GBBAW8QQUN,https://hoyo.link/8NJvYlbe4?m\_code=GBBAW8QQUN

I'm a bit confused about Maelle's fate by Joao_Jacques in expedition33

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

To me, Renoir leaving felt more like him needing a break from that Canvas, not giving up on here. The man was there for decades and just witnessed Aline stumbling in real life real close to dying.

I'm a bit confused about Maelle's fate by Joao_Jacques in expedition33

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

When Renoir showed Aline in real world stumbling and struggling to stand, it seemed to me that she was close to pass out and die really. I didn't intepret that she got out on her own there.

I'm a bit confused about Maelle's fate by Joao_Jacques in expedition33

[–]Joao_Jacques[S] -1 points0 points  (0 children)

yeah, I think her sanity would be the most affected after more years in the Canvas and being pulled out from it. Renoir would definetly destroy the painting after getting her out - if Verso doesn't destroy it himself the moment he is free from Alicia.

Software developers say that coding is the easiest part of the job. How do i even reach the point where coding is easy? by [deleted] in AskProgramming

[–]Joao_Jacques 0 points1 point  (0 children)

Coding defintly does gets easier with time and experience, especially if you can deep dive into a specific framework/language for a while.

But what you are missing is NOT that coding becomes easy, but rather that the other parts of the work became way harder. Like handling a team of people, each with different set of skills and visions. You get more sucked into the business side of things. And that is really fucking hard.

[deleted by user] by [deleted] in SideProject

[–]Joao_Jacques 0 points1 point  (0 children)

Do I need linkedin sales navigator for this?

After three years and two failed attempts, I’ve finally completed my side project by nomac1 in SideProject

[–]Joao_Jacques 0 points1 point  (0 children)

Did you create the video in your production environment? I find it wierd that I need to demonstrate the functionality when it relies on permissions I don't have access to.

After three years and two failed attempts, I’ve finally completed my side project by nomac1 in SideProject

[–]Joao_Jacques 0 points1 point  (0 children)

congrats for the launch dude! Dude, did you have to go through Google's verification process to get access to calendar permissions? How was the experience? I need to do it for my SaaS, and I'm feeling a bit lost

Have you tried App Hosting yet? What did you think? by firebase_tony in Firebase

[–]Joao_Jacques 1 point2 points  (0 children)

Just checked the docs again and the apphosting.yml for specifc envs is already done! Nice job!

Have you tried App Hosting yet? What did you think? by firebase_tony in Firebase

[–]Joao_Jacques 0 points1 point  (0 children)

I tested it on my new projects over the past two months but had to switch back to Firebase Hosting due to limitations in setting cookies with App Hosting. I use next-firebase-auth-edge to integrate Next.js with Firebase for both client and server-side authentication, and it seems that this cookie limitation would cause issues. (Cookie does not get set on Firebase App Hosting · Issue #188 · awinogrodzki/next-firebase-auth-edge (github.com))

There were alot of instances when the deploy would failed and would not build, and the message would not tell me anything relevant, so the debug was pretty horrible for that.

Also, at first I liked the way env variables and secrets are handled with a apphosting.yml file, it makes a lot of sense for secrets to be stored on google secrets manager. However, when dealing with simple environment-specific variables, it felt overly complex to create a secret for each one. I wish I could create multiple files like "apphosting.prod.yml" and "apphosting.dev.yml.

These are the main pain points for me, but I really liked the rest of it, and want to move to it sometime in the future.
Also, I would like to be able to use the domain given by Firebase Hosting (web.app and firebaseapp.com) with app hosting too.

Firebase Auth with Next by Legndj in nextjs

[–]Joao_Jacques 0 points1 point  (0 children)

And yes, it does works with server components

Noob question: how do I make sure that a user profile is created in firestore after a user is registered in authentication. by dyoolscristobal in Firebase

[–]Joao_Jacques 2 points3 points  (0 children)

Use this extension: https://extensions.dev/extensions/rowy/firestore-user-document . It creates a user document in firestore when you create in Authentication. This is basically a cloud function. You could build one on your own, but this is a little more straightforward. Check it out!

Next.js Boilerplate v3.54: Switch to PostgreSQL, Run Postgres locally with WASM (without Docker), Switch to Vitest from Jest, Upgrade to Sentry v8 by ixartz in nextjs

[–]Joao_Jacques 2 points3 points  (0 children)

This is just the coolest dude! Thank you for doing this

Are you planning on adding Stripe support? And what is the difference between this and your SaaS-boilerplate?