We want to be able to contact the driveway owner when we book a reservation by looking into the reservation's array from the current user's firebase ID. The reservations will be in a table view with other information such as price, date of reservation, rating, and address of driveway.
We want to be able to contact the driveway owner when we book a reservation by looking into the reservation's array from the current user's firebase ID. The reservations will be in a table view with other information such as price, date of reservation, rating, and address of driveway.
Android unit test: https://github.com/jayll/OpenSpot/blob/android-mapFunctionality/Android/MyApplication/app/src/androidTest/java/com/example/openspot/contactOwner_85.kt Function name: contactOwner_85
iOS unit test: https://github.com/jayll/OpenSpot/blob/master/iOS/OpenSpot/OpenSpotUITests/OpenSpotUITestsSprint3.swift Function name: testContactDrivewayOnwer_85