You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on Firebase binding for Android. If I add method without parameters to java class, then it isn't visible from MAUI app (get error). If I add fake parameter to the same method, it becomes visible. Below is sample code with getString method
I am working on Firebase binding for Android. If I add method without parameters to java class, then it isn't visible from MAUI app (get error). If I add fake parameter to the same method, it becomes visible. Below is sample code with getString method
Error message for method without parameters:
error CS0117: 'FirebaseSdk' does not contain a definition for 'GetString'
P.s. Methods without returning something works fine:
The text was updated successfully, but these errors were encountered: