EventHopper / EHFlutter

EventHopper iOS & Android Client Application
1 stars 0 forks source link

FlutterFire Pub Integration #54

Closed kylermintah closed 3 years ago

kylermintah commented 3 years ago

Description:

We are using the FlutterFire pub to register and log users into the app. We need to integrate the Firebase packages in such a way that a user's session is accounted for (online status). The implementation no longer needs to be done and maintained separately on iOS and Android due to the encompassing nature of the FlutterFire pub packages and Firebase offerings unlike the initial approach detailed in #34.

Requirements to start: none

Requirements for completion:

kylermintah commented 3 years ago

Completed