austin-feeds-me-flutter icon indicating copy to clipboard operation
austin-feeds-me-flutter copied to clipboard

Nice app, but missing firebase settings to test run it

Open willvlad opened this issue 6 years ago • 5 comments

@dazza5000 - nice-looking app. Wanted to test it, but it requires the google json to connect to firebase. What should we put on the functions/firebase side to try and build it?

willvlad avatar Feb 16 '19 15:02 willvlad

this is the schema - i can setup a test environment and push the google-services.json, but that might be a day or so

screenshot from 2019-02-16 10-45-40

dazza5000 avatar Feb 16 '19 16:02 dazza5000

Oh cool! and what's the function that populates it? You don't do it manually I hope?

willvlad avatar Feb 16 '19 16:02 willvlad

The population function is on the native Android app - havent ported it to flutter yet

https://github.com/Austin-Android/austin-feeds-me/blob/master/base/src/main/java/com/austindroids/austinfeedsme/data/firebase/FirebaseEventsDataSource.java#L62

On Sat, Feb 16, 2019 at 10:59 AM Will [email protected] wrote:

Oh cool! and what's the function that populates it? You don't do it manually I hope?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dazza5000/austin-feeds-me-flutter/issues/8#issuecomment-464362776, or mute the thread https://github.com/notifications/unsubscribe-auth/ABENMYYVAgSLCoy2XAbSB-w0s_veMqK4ks5vODkAgaJpZM4a_CxK .

dazza5000 avatar Feb 16 '19 17:02 dazza5000

Thanks, I meant data getting into the database - where does the db get its events from?

willvlad avatar Feb 16 '19 17:02 willvlad

The full implementation is in the Android repository. The event data comes from meetup and eventbrite right now.

On Sat, Feb 16, 2019 at 11:24 AM Will [email protected] wrote:

Thanks, I meant data getting into the database - where does the db get its events from?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dazza5000/austin-feeds-me-flutter/issues/8#issuecomment-464364827, or mute the thread https://github.com/notifications/unsubscribe-auth/ABENMTaz3fcTxY5Rz0loqOWKbgULUcHAks5vOD7ggaJpZM4a_CxK .

dazza5000 avatar Feb 16 '19 18:02 dazza5000