- {' '}
- You don't have any shopping lists yet. Start by creating your
- first one!
+
+ {!!user ? (
+ <>
+
+ Welcome back {auth.currentUser.displayName.split(' ')[0]}!
- )}
- {data.length > 0 && (
-
- {data.map((list, id) => (
-
- ))}
-
- )}
-
- >
- ) : (
- <>
-
- Welcome to the Shopping List app. Some catchy phrase / intro
- message. Picture below?
-
-
- >
- )}
+ {data.length === 0 && (
+
+ {' '}
+ You don't have any shopping lists yet. Start by creating
+ your first one!
+
+ )}
+ {data.length > 0 && (
+
+ {data.map((list, id) => (
+
+ ))}
+
+ )}
+
+ >
+ ) : (
+ <>
+
+ Welcome to Shop'n Go the smart app that keeps track of your
+ shopping lists and schedule.
+
+
+ Smart Choices, Swift Shopping!
+
+
+ >
+ )}
+