MCPcopy Index your code
hub / github.com/FirebaseExtended/reactfire / randomString

Function randomString

test/test-utils.ts:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function randomString(): string {
2 return Math.random().toString(36).substring(5);
3}

Callers 6

firestore.test.tsxFile · 0.90
sdk.test.tsxFile · 0.90
database.test.tsxFile · 0.90
functions.test.tsxFile · 0.90
storage.test.tsxFile · 0.90
auth.test.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected