Martin Fraser

Results 9 comments of Martin Fraser

Thanks for the quick reply. My use case is for an offline first app so I guess I'm looking for a workaround or another library to do this. Is there...

Thanks for the insights Chris, your library is amazing so I very much want to use it for my app. I guess I have a difficult problem to solve :)...

This page https://github.com/transistorsoft/react-native-background-geolocation/blob/master/help/INSTALL-ANDROID-AUTO.md has instructions to add: Project background_geolocation = project(':react-native-background-geolocation-android') to `android/app/build.gradle` If this is wrong, then the documentation needs to be updated.

I realise this issue was opened a while ago but I was wondering if there were any other thoughts on this. I agree with the reasons stated above, a user...

Superlogin needs access to the CouchDB _users database, and that database should not be accessible to every user. As such the Superlogin API needs admin access to couchdb to do...

I've been learning Angular2 so I'm far from an expert but I got it working with Superlogin easily enough, it's just a REST API so no need for a specific...

I've done this using Nginx as a reverse proxy but then I'm using a lot of docker containers for my system, one of which is running Superlogin as my authentication...

It seems that a lot has changed for Android too. Similar to the above there's a migration guide https://docs.mapbox.com/android/maps/guides/migrate-to-v10/ Looking at the code for this project it appears to need...

I understand why the template layer is as it is for authboss but it did feel like a hack working round it. Good luck with SendGrid, I hope my code...