Using firebase and Swift. Is there any way of comparing the current user:
'let uid = Auth.auth().currentUser?.uid'
with the autogenerated id's under 'Users' or 'Advertiser' in the Firebase Structure?
I want to do a If statement and see if the currentUser matches with the Id's under Advertiser or Users.