Jeffrey Rennie
Jeffrey Rennie
I expect it to return an error code, but instead the call never returns. Here's the code. ```.ts import admin from 'firebase-admin'; admin.initializeApp({ credential: admin.credential.applicationDefault(), }); await db.collection('hello').doc('world').get(), ```
[This doc](https://cloud.google.com/compute/docs/instances/changing-machine-type-of-stopped-instance) says it's possible via the console and gcloud, so I expect to be able to do it from powershell too. I naively tried this: ``` PS C:\Users\rennie> $link...
``` PS C:\Users\root> gcloud components install powershell All components are up to date. PS C:\Users\root> ls $env:LOCALAPPDATA\Google\Cloud SDK\google-cloud-sdk\platform\PowerShell\GoogleCloud\1.0.0.0\ ls : Cannot find path 'C:\Users\root\AppData\Local\Google\Cloud' because it does not exist. At...
Specifically, I'm looking for the sql command described here: https://cloud.google.com/tools/powershell/docs/sql/setup ``` PS C:\Users\root\workspace\dotnet-docs-samples-deploy\appengine\flexible\StaticContent> get-command *sql* PS C:\Users\root\workspace\dotnet-docs-samples-deploy\appengine\flexible\StaticContent> get-command *gcs* CommandType Name ModuleName ----------- ---- ---------- Alias gcs -> Get-PSCallStack Cmdlet...
 ``` Microsoft Visual Studio Community 2017 Version 15.4.4 VisualStudio.15.Release/15.4.4+27004.2009 Microsoft .NET Framework Version 4.7.02053 Installed Version: Community Visual Basic 2017 00369-60000-00001-AA909 Microsoft Visual Basic 2017 Visual C# 2017 00369-60000-00001-AA909...
As demonstrated in this sample: https://github.com/GoogleCloudPlatform/getting-started-dotnet/tree/master/aspnet/6-auth
The delete key does nothing, and there is no option to delete.
I expect it to delete the highlighted version. 
I watched a user struggle through the process of downloading credentials and restarting Visual Studio during a presentation. It takes time, and energy, and is easy to get wrong. How...