Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/briandesousa/firebase-with-react-hooks
/ functions
Functions
22 in github.com/briandesousa/firebase-with-react-hooks
⨍
Functions
22
◇
Types & classes
0
↓ 3 callers
Function
onSelectUser
(userName)
src/App.js:55
↓ 2 callers
Function
onCloseGroceryList
()
src/App.js:49
↓ 1 callers
Function
getGroceryListItems
src/services/firestore.js:36
↓ 1 callers
Function
getQueryParamValue
(key)
src/hooks/useQueryString.js:19
↓ 1 callers
Function
updateQueryStringWithoutReload
(queryString)
src/hooks/useQueryString.js:24
↓ 1 callers
Function
useQueryString
(key)
src/hooks/useQueryString.js:5
Function
AddItem
(props)
src/scenes/EditList/AddItem/AddItem.js:7
Function
App
()
src/App.js:13
Function
JoinList
(props)
src/scenes/JoinList/JoinList.js:6
Function
addExistingUser
(e)
src/scenes/JoinList/JoinList.js:12
Function
addGroceryListItem
(item, groceryListId, userId)
src/services/firestore.js:62
Function
addItem
(e)
src/scenes/EditList/AddItem/AddItem.js:13
Function
addUserToGroceryList
(userName, groceryListId, userId)
src/services/firestore.js:51
Function
authenticateAnonymously
()
src/services/firestore.js:14
Function
createGroceryList
(e)
src/scenes/CreateList/CreateList.js:12
Function
createGroceryList
(userName, userId)
src/services/firestore.js:18
Function
getErrorMessage
()
src/components/ErrorMessage/ErrorMessage.js:8
Function
getGroceryList
src/services/firestore.js:30
Function
getUserButtonList
()
src/scenes/JoinList/JoinList.js:17
Function
onCreateListClick
(e)
src/scenes/EditList/EditList.js:10
Function
onGroceryListCreate
(groceryListId, userName)
src/App.js:44
Function
streamGroceryListItems
(groceryListId, observer)
src/services/firestore.js:43