0

Work on an app like uber for a graduation project with flutter There will be two separate applications, one for the driver and another for the user, and we use firebase. How do I make the user application send the driver data such as: address, and so on, to be in contact between the two applications in general please help me thanks

1 Answer 1

1

Just add Firebase to the two applications. And make sure you have the same models class (at least a common base).

Eg. You share the same graduation.dart file targetting same firestore collections named graduations. So you will be able to manipulate graduations collection documents in the two applications.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.