Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JoeRoddy/firestation
/ functions
Functions
118 in github.com/JoeRoddy/firestation
⨍
Functions
118
◇
Types & classes
26
↓ 13 callers
Method
replaceAll
(string, regex, replacement)
app/helpers/StringHelper.js:9
↓ 13 callers
Method
updateLocalStore
(key, obj)
app/helpers/CacheHelper.js:2
↓ 7 callers
Method
startFirebaseApp
(db)
app/service/FirebaseService.js:19
↓ 6 callers
Method
getFromLocalStore
(key)
app/helpers/CacheHelper.js:6
↓ 5 callers
Method
getParsedValue
(stringVal, quotesMandatory)
app/helpers/StringHelper.js:50
↓ 5 callers
Method
setPathUnderEdit
(pathUnderEdit)
app/components/object_tree/ObjectTree.jsx:20
↓ 4 callers
Method
getCollection
(q, statementType)
app/helpers/QueryHelper.js:400
↓ 3 callers
Method
clearResults
()
app/stores/Store.js:81
↓ 3 callers
Method
executeQuery
(query, database, callback, commitResults)
app/helpers/QueryHelper.js:27
↓ 3 callers
Method
getDataForSelect
( db, collection, selectedFields, wheres, orderBys, callback )
app/helpers/QueryHelper.js:146
↓ 3 callers
Method
getWheres
(query, db, callback)
app/helpers/QueryHelper.js:280
↓ 3 callers
Method
setCreationPath
(creationPath)
app/components/object_tree/ObjectTree.jsx:24
↓ 2 callers
Method
appendQuery
(text)
app/stores/Store.js:33
↓ 2 callers
Function
build
(config)
package.js:64
↓ 2 callers
Method
databaseConfigInitializes
(db)
app/service/FirebaseService.js:4
↓ 2 callers
Function
del
(e, query)
app/components/SideMenu.jsx:15
↓ 2 callers
Method
deleteConfirmation
(e, path)
app/components/object_tree/ObjectNode.jsx:42
↓ 2 callers
Method
deleteObject
(db, path)
app/service/UpdateService.js:26
↓ 2 callers
Method
determineEquals
(val1, val2)
app/helpers/QueryHelper.js:555
↓ 2 callers
Method
determineStringIsLike
(val1, val2)
app/helpers/QueryHelper.js:582
↓ 2 callers
Method
executeSelect
(query, db, callback)
app/helpers/QueryHelper.js:97
↓ 2 callers
Method
filterWheresAndNonSelectedFields
(results, wheres, selectedFields)
app/helpers/QueryHelper.js:387
↓ 2 callers
Method
formatAndCleanQuery
(query)
app/helpers/QueryHelper.js:44
↓ 2 callers
Function
isValidDate
(dateString)
app/helpers/DateHelper.js:27
↓ 2 callers
Function
log
(plat, arch)
package.js:127
↓ 2 callers
Method
optimizeWheres
(wheres)
app/helpers/QueryHelper.js:646
↓ 2 callers
Function
pack
(plat, arch, cb)
package.js:99
↓ 2 callers
Method
pushObject
(db, path, object)
app/service/UpdateService.js:30
↓ 2 callers
Method
removeNonSelectedFieldsFromResults
(results, selectedFields)
app/helpers/QueryHelper.js:484
↓ 2 callers
Method
saveQuery
(query)
app/stores/Store.js:141
↓ 2 callers
Method
set
(db, path, object)
app/service/UpdateService.js:34
↓ 2 callers
Function
startPack
()
package.js:73
↓ 2 callers
Method
updateDatabase
(database)
app/stores/Store.js:110
↓ 1 callers
Method
addQueryToHistory
(query)
app/stores/Store.js:46
↓ 1 callers
Method
checkDbForErrors
(database)
app/stores/Store.js:124
↓ 1 callers
Method
conditionIsTrue
(val1, val2, comparator)
app/helpers/QueryHelper.js:535
↓ 1 callers
Method
createNewDatabase
(database)
app/stores/Store.js:94
↓ 1 callers
Method
deleteQuery
(query)
app/stores/Store.js:153
↓ 1 callers
Method
determineComparatorAndIndex
(where)
app/helpers/QueryHelper.js:591
↓ 1 callers
Method
determineGreaterOrLess
(val1, val2, comparator)
app/helpers/QueryHelper.js:561
↓ 1 callers
Method
determineQueryType
(query)
app/helpers/QueryHelper.js:263
↓ 1 callers
Function
executeDateComparison
(val1, val2, comparator)
app/helpers/DateHelper.js:31
↓ 1 callers
Method
executeDelete
(query, db, callback, commitResults)
app/helpers/QueryHelper.js:75
↓ 1 callers
Method
executeInsert
(query, db, callback, commitResults)
app/helpers/QueryHelper.js:51
↓ 1 callers
Method
executeUpdate
(query, db, callback, commitResults)
app/helpers/QueryHelper.js:113
↓ 1 callers
Method
executeUpdateEquation
(existingObject, equation)
app/helpers/QueryHelper.js:249
↓ 1 callers
Method
filterResultsByWhereStatements
(results, whereStatements)
app/helpers/QueryHelper.js:506
↓ 1 callers
Function
formatDate
(dateString)
app/helpers/DateHelper.js:3
↓ 1 callers
Method
getExampleQueries
()
app/stores/Store.js:170
↓ 1 callers
Method
getInsertCount
(query)
app/helpers/QueryHelper.js:634
↓ 1 callers
Method
getJsxWithNewLines
(text)
app/helpers/StringHelper.js:39
↓ 1 callers
Method
getNotEqualIndex
(condition)
app/helpers/QueryHelper.js:642
↓ 1 callers
Method
getObjectsFromInsert
(query)
app/helpers/QueryHelper.js:456
↓ 1 callers
Method
getOrderBys
(query)
app/helpers/QueryHelper.js:360
↓ 1 callers
Method
getQueryHistory
()
app/stores/Store.js:39
↓ 1 callers
Method
getSelectedFields
(q)
app/helpers/QueryHelper.js:435
↓ 1 callers
Method
getSets
(query)
app/helpers/QueryHelper.js:333
↓ 1 callers
Function
installExtensions
()
main.development.js:19
↓ 1 callers
Method
markQueryAsCommitted
(query)
app/stores/Store.js:67
↓ 1 callers
Method
regexIndexOf
(string, regex, startpos)
app/helpers/StringHelper.js:4
↓ 1 callers
Method
renderObject
(obj, type)
app/components/object_tree/ObjectNode.jsx:93
↓ 1 callers
Method
renderOther
(value, type)
app/components/object_tree/ObjectNode.jsx:362
↓ 1 callers
Function
renderResultsTitle
(payloadSize, results)
app/components/QueryResults.jsx:40
↓ 1 callers
Function
renderSavedQueries
()
app/components/SideMenu.jsx:31
↓ 1 callers
Method
renderValue
(value, type)
app/components/object_tree/ObjectNode.jsx:327
↓ 1 callers
Method
replaceAllIgnoreCase
(string, regex, replacement)
app/helpers/StringHelper.js:13
↓ 1 callers
Function
savedCaret
()
app/components/SideMenu.jsx:46
↓ 1 callers
Method
setCurrentDatabase
(database)
app/stores/Store.js:86
↓ 1 callers
Method
sortByOrderBys
(resultsArr)
app/components/object_tree/ObjectNode.jsx:57
↓ 1 callers
Function
subObject
(object, startPropIndex, endPropIndex)
app/helpers/ObjectHelper.js:1
↓ 1 callers
Method
updateFields
(db, path, object, fields)
app/service/UpdateService.js:4
↓ 1 callers
Method
updateItemWithSets
(obj, sets)
app/helpers/QueryHelper.js:213
Function
AddDatabase
({ store, createDb, serviceAccount, handleFile })
app/components/modals/AddDatabase.jsx:6
Function
ButtonRow
app/components/ButtonRow.jsx:5
Function
DatabaseConfig
({ store, handleFile, closeModal })
app/components/modals/DatabaseConfig.jsx:4
Function
FunctionalTemplate
({prop1,prop2})
app/components/templates/FunctionalTemplate.jsx:3
Function
Modal
({ store, currentDatabase, createDb })
app/components/modals/Modal.jsx:8
Function
QueryHistory
({ history, store })
app/components/QueryHistory.jsx:7
Function
QueryResults
app/components/QueryResults.jsx:9
Function
SaveQuery
({ store })
app/components/modals/SaveQuery.jsx:3
Function
SideMenu
({ savedQueries, deleteQuery, savedQueriesIsOpen, toggleSavedQueries, store })
app/components/SideMenu.jsx:8
Method
addProperty
(path, value)
app/components/object_tree/ObjectNode.jsx:55
Function
clearNewDb
()
app/components/modals/AddDatabase.jsx:32
Function
clearNewDb
()
app/components/modals/DatabaseConfig.jsx:32
Function
click
()
main.development.js:63
Function
closeModal
()
app/components/modals/Modal.jsx:37
Method
compare
(a, b)
app/components/object_tree/ObjectNode.jsx:63
Method
componentDidMount
()
app/components/Workstation.jsx:20
Method
componentDidUpdate
()
app/components/Workbook.jsx:23
Method
componentWillMount
()
app/components/App.jsx:12
Method
componentWillReceiveProps
(nextProps)
app/components/Workbook.jsx:9
Method
componentWillReceiveProps
(newProps)
app/components/object_tree/ObjectNode.jsx:22
Method
constructor
(props)
app/components/object_tree/ObjectTree.jsx:10
Method
constructor
(props)
app/components/object_tree/ObjectNode.jsx:11
Method
constructor
(props)
app/components/templates/Template.jsx:4
Method
constructor
()
app/stores/Store.js:31
Function
convertJsonToDbConfig
(details)
app/helpers/JsonHelper.js:1
Method
createNewProperty
(e)
app/components/object_tree/ObjectNode.jsx:315
Function
downloadBackup
()
app/components/SideMenu.jsx:55
Method
getRootKeysPromise
(database)
app/helpers/QueryHelper.js:14
next →
1–100 of 118, ranked by callers