Shayaan Ahmed Farooqi
Shayaan Ahmed Farooqi
Hello 👋 You're facing this problem because `refresh` [ isn't implemented for android](https://github.com/CodetrixStudio/CapacitorGoogleAuth/blob/585c8bd1820d1488ce08304eeb1a23516f4a324f/android/src/main/java/com/codetrixstudio/capacitor/GoogleAuth/GoogleAuth.java#L136-L139). But it is implemented for web. What I suggest is for you to look into [The silentSignin()...
@kamalessafi I overrided the refresh method, it looked something like this [gist](https://gist.github.com/Translucent504/369db13c978e551aafc3c00812ff0625#file-googleauth-java-L128-L146) you'll probably need to clean it up a bit but it'll work in the current state by returning...
I think this can be done in 2 ways. 1. [Jekyll collections](https://jekyllrb.com/docs/collections/) 2. Utilize the [categories implicitly attached by Jekyll to posts based on their path](https://jekyllrb.com/docs/posts/#categories). I think it would...
TLDR: ```csharp var builder = CoconaApp.CreateBuilder(); builder.Services.AddSingleton(); var app = builder.Build(); ``` ```csharp using Cocona.Application; class ApplicationMetadataProvider : ICoconaApplicationMetadataProvider { public string GetDescription() => "Eru CLI"; public string GetExecutableName() =>...