Kacper Golinski
Kacper Golinski
I have an use case where I need to have access to super relations. I'm building an app for cyclists where I'm presenting cycling routes. Some of the routes in...
@KiwiKilian That's awesome news! Thanks a lot. What do you think about creating a sponsorship goal/target? I think I saw something like this in other open source project. Something like...
I'll pick this up
I have expo app and added firebase analytics (no ads). What worked for me: **firebase.json** ```json { "react-native": { "google_analytics_adid_collection_enabled": false } } ``` **app.json** ```json "expo": { "android": {...