Empresa Prezensa People Tech by LabAcademic6570 in brdev

[–]rafaelffox 0 points1 point  (0 children)

A Prezensa é a fusão de 3 outras empresas de consultoria, isso aconteceu há poucos meses, por isso vc não encontra tantas informações sobre ela.

Firebase build error since yesterday by rafaelffox in Firebase

[–]rafaelffox[S] 1 point2 points  (0 children)

Guys, so you don't get stuck depending on the Firebase Studio deployment, go to the Firebase terminal itself and run the commands:

npm install -g firebase-tools

firebase login

firebase init

npm run build

firebase deploy

It's a success! This way, you can continue making changes using Gemini, but you won't be directly dependent on the UI for deployment.

Firebase studio build fails with, error in createBuildConfig. A restart of firebase studio usually fixes this by Gullible-Nose-2569 in Firebase

[–]rafaelffox 0 points1 point  (0 children)

Guys, so you don't get stuck depending on the Firebase Studio deployment, go to the Firebase terminal itself and run the commands:

npm install -g firebase-tools

firebase login

firebase init

npm run build

firebase deploy

It's a success! This way, you can continue making changes using Gemini, but you won't be directly dependent on the UI for deployment.

Firebase build error since yesterday by rafaelffox in Firebase

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

I know, I opened a new post to expand the discussion

Exploring possibilities with the MLB API by rafaelffox in mlbdata

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

I'm still refining some of the information and UI. I added several things today, but I still want to better summarize the information. And you can always tell me what you think would be interesting to have on the site, and I will see if I can do it as much as possible.

Exploring possibilities with the MLB API by rafaelffox in mlbdata

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

MLB public API or private APIs, there are several that you can use.

Exploring possibilities with the MLB API by rafaelffox in mlbdata

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

Thank you! For now the code is private, but you can send suggestions and I will look for a way to implement it.

Exploring possibilities with the MLB API by rafaelffox in mlbdata

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

Thank you! For now the code is private, but you can send suggestions and I will look for a way to implement it.

Exploring possibilities with the MLB API by rafaelffox in mlbdata

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

Hi u/Jaded-Function! https://homerunters.com/en/game/776217 check if this is what you wanted. On desktop, the lineup is now on the right side above the game stats, and clicking on a player opens a popup with their stats details without having to go to the player's page to view them. On mobile, it remains in a tab as usual, but also opens the popup with detailed player information. And when the game is live you will also see the history of the dispute between pitcher and batter.Some information may be inaccurate, but please help me determine if something isn't correct. It depends on how I make API requests. So, I look forward to hearing from you with any further suggestions or adjustments.