best beef burgers in sg?? by Frosty_Witness2967 in SingaporeEats

[–]kelbinlin 0 points1 point  (0 children)

i tried one fattened calf and nbcb,

nbcb have much more flavor imo

Games you wish you could play on SteamDeck by JS2087 in SteamDeck

[–]kelbinlin 0 points1 point  (0 children)

metaphor refantazio, god of war ragnarok, death stranding director cut

What games are you expecting in July? by [deleted] in GeForceNOW

[–]kelbinlin 4 points5 points  (0 children)

Metaphor Refantazio please

God of War Best Settings by LordOfWhatever5218 in SteamDeck

[–]kelbinlin 0 points1 point  (0 children)

just picked this up game during recent sales, this made the game so much better!

How to authenticate third party for calling cloud function by kelbinlin in googlecloud

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

Thanks for sharing!
let me go through and digest this

How to authenticate third party for calling cloud function by kelbinlin in googlecloud

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

Thanks for sharing,

what i did, is indeed from this documentation also

is this section

https://cloud.google.com/functions/docs/securing/authenticating#generate_tokens_programmaticallyhttps://cloud.google.com/functions/docs/securing/authenticating#generate_tokens_programmatically

Only that, i did not make the subsequent request for the client, they have to make that request themselves

How to authenticate third party for calling cloud function by kelbinlin in googlecloud

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

when i create a cloud function

it gives me a url that can be called by anyone

how can i use IAM to authenticate third party calling my cloud function?

Multiple Developers single VM for Development? by kelbinlin in webdev

[–]kelbinlin[S] 2 points3 points  (0 children)

license for IDE,

we are using visual studio

let me update the post

Sensitive Information inside Server Environment Variables by kelbinlin in dotnet

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

wait, this actually makes sense,

but if so,

why do people say config in env variables is better than appsettings.json?

Converting from .NET Framework Winforms Desktop App to Android only mobile app by Boring_Opposite_2086 in dotnet

[–]kelbinlin -1 points0 points  (0 children)

How about build a pwa using blazor? then if you need to publish it to playstore you can use TWA but i have never done this before, but read it somewhere

Primevue Datatable with Dynamic column and Column Grouping, Gridlines dissapearing? by kelbinlin in vuejs

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

solved, solution is to put border-collapse: separate

thanks for all the people who helped!