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 trying out this package to make our app compatible with windows.
I need to increment an integer counter in the realtime database, but i am unable to make it work in this package.
I am trying out this package to make our app compatible with windows.
I need to increment an integer counter in the realtime database, but i am unable to make it work in this package.
Here is what i tried.
In this package ServerValue.increment(1) is not available, so i cannot do that.
I get the error. type '_Map<String, int>' is not a subtype of type 'String?'
Thanks
The text was updated successfully, but these errors were encountered: