[ShareLocation] Add subscriber logic

Now other people are allowed to follow a shared location as well
while the app is running.
This commit is contained in:
Alexander Dörflinger
2025-03-21 11:30:53 +01:00
parent 5ec30a966f
commit ae50dd89df
13 changed files with 588 additions and 69 deletions

View File

@@ -44,6 +44,8 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.16.0' // Check for the latest version
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
//CircleImageView
implementation 'de.hdodenhof:circleimageview:3.1.0'
//Firebase Dependencies
implementation platform('com.google.firebase:firebase-bom:33.10.0')