raphire08
raphire08
Hello, I removed the OAuth section from config file. The redirection behaviour has stopped. The login and logout is working. But, getting an error in console for Android simulator only...
Yeah, we would love to have this feature for Flutter library. We are facing the issue on android side only.
@ebadta81 I had the exact same requiment I am storing values as local date time only and before sending to the server, I am doing a loop over the list...
@greenrobot-team Yes it will break the existing code, not only for display but also in case of query operations. But, I guess you can put it in migration note. So...
It would be helpful to have this feature in dart as well. Is there any work around to have an abstract class defined in the Entity class in a 1:1...
@vaind Thanks for the answer, can we put it in dart documentation (example page) and object box documentation, because currently it is not mentioned there and I think anyone checking...
Any update on this issue? We are also facing this issue. The main flutter application starts running in the background and it is causing the side-effects. The expected behaviour should...
Anything on this ?
Not able to get request permission button in google chrome.
@adar2378 We implemented something like this ``` dart void main() { // fireabase initialization // firebase messaging on background call runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key});...