auto timestamp lyricks when song selected

This commit is contained in:
Thomas Demirdjian
2025-09-09 13:51:20 +02:00
parent 9a9de33ef2
commit ea9bfb0f05
7 changed files with 158 additions and 181 deletions
+3 -3
View File
@@ -27,9 +27,9 @@ if (!firebase?.apps?.filter(({ name_ }) => name_ === "[DEFAULT]").length) {
persistence: getReactNativePersistence(AsyncStorage),
});
if (__DEV__) {
firebase.functions().useEmulator("localhost", 5001);
}
// if (__DEV__) {
// firebase.functions().useEmulator("localhost", 5001);
// }
console.log("Firebase init");
}