alejandro-piguave / TinderCloneSwiftUI

Tinder clone application written using SwiftUI, Firebase, Swift Package Manager and iOS 15 features.
MIT License
89 stars 26 forks source link

Instructions for project #1

Closed devhopes-ca closed 1 year ago

devhopes-ca commented 1 year ago

I am wondering if you can provide step by step instructions for this project or if you followed a tutorial, can you provide the link? I cannot seem to get this project working right once i get to the setting up profile.

alejandro-piguave commented 1 year ago

Can you provide more information about the issues you are having? Keep in mind that you will have to create your own Firebase project and include the provided "GoogleService-Info.plist" .

On Tue, 15 Nov 2022 at 02:59, devhopes @.***> wrote:

I am wondering if you can provide step by step instructions for this project or if you followed a tutorial, can you provide the link? I cannot seem to get this project working right once i get to the setting up profile.

— Reply to this email directly, view it on GitHub https://github.com/alejandro-piguave/tinder-clone-ios-public/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK47ENWPZJX3FQETUTZHALLWILU6TANCNFSM6AAAAAASANWVFU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

devhopes-ca commented 1 year ago

I have set it up in Firebase enabling Auth, Firestore and Storage

I added the Google plist to the project. I added Google as a sign in as well

When testing your project on my device, i add a profile but get an error stating couldnt proceed. The error i get is attached in image as well as logs: Upload Error There was an error while trying to upload your profile. Please try again later

This error happens every time

devhopes-ca commented 1 year ago

I was able to fix that issue - the rules in Firebase Storage was set to false rather than true, once i changed it, it worked fine.

Closing this issue