SJ Singh

Results 10 comments of SJ Singh

Looking forward to this fix as well.

Works good! Thank you! Unrelated to this but since I have your attention, I added [self.scrollView scrollRectToVisible:CGRectMake(0, 0, 1, kOpenedViewHeight) animated:YES ]; to line 418. Basically when I manually call...

Maybe I misunderstood the purpose of beginRefreshing but whats the point of calling it if you can't see the loading indicator?

Should this just be re-written with WKWebview that just returns the token? Which is what it does today anyways?

@brianbhsu Do you know how old is the SDK version? I've been doing iOS for a while so I can help with the upgrade. Not a clue about Android.

This would be cool. Currently we have a middleware controller that checks for the auth and then passes on the userId to the respected controller and have to manually parse...

Here is how flutterfire implements it: https://github.com/FirebaseExtended/flutterfire/blob/44e07cc2a0a8700a86290b383b03bc974c5d633a/packages/cloud_firestore/cloud_firestore/lib/src/field_value.dart Those methods then call _CodecUtility. It looks like its using "`FieldValueFactoryPlatform`" which are platform specific so this may not be possible with rest...

Is there a good reason why this doesn't just work out of the box today? Doesn't `WKWebView` have the same API for mac and iOS? Is the fear supporting other...

Looks like an issue with the requests library: https://github.com/kennethreitz/requests/issues/2056 https://github.com/jkbrzt/httpie/issues/315

So I've gone down the path that everyone here probably has. I was looking at ChangeNotifier and started implementing. Awesome idea and awesome library. As your models grow, you begin...