Joel Fischer

Results 33 comments of Joel Fischer

Note, after signing the Firebase UI pod projects myself, I was able to get it to run (albeit with a number of deprecation warnings) on iOS 13 / macOS 10.15.

I haven't tested this myself, but I'm planning to support anonymous users and apple sign-in, so this would be a high priority request for myself as well. I'll comment again...

A bug. Setting the `statusBarHidden(false)` should have a visible status bar, but if it's black, making the status bar visible effectively does nothing.

Would definitely appreciate a podspec as well

You would need to write specific code to transfer your old models in the cache into the new models. In other words, you'd need to keep both models' code and...

I don't see any code where you are setting the object for that `cacheKey` to `storage`.

I'm guessing the compiler is seeing that some method is never being called and removing some of the statements? Just having a method that calls it tells the compiler to...

Great! We don't have any users on Vision yet, but if we can confirm at some point I'll let you know.

Regarding the time frame, I would prefer something more flexible like what I currently have implemented. In my app I have a delay of a week, for example. I understand...