We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a2747 commit c40d762Copy full SHA for c40d762
ui/extensions/hello/src/pages/home.js
@@ -16,6 +16,7 @@ function Home() {
16
const [loading, setLoading] = useState(false);
17
const [error, setError] = useState(null);
18
19
+ // Calls the 'hello' cloud function with the user's name and displays the response
20
const fetchGreeting = async () => {
21
if (!name.trim()) {
22
setError("Please enter a name first");
0 commit comments