mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
[storage][js] update ref.toString to now correctly return the full bucket path to the ref location
This commit is contained in:
@@ -44,7 +44,6 @@ export default class Analytics extends ModuleBase {
|
||||
// maximum number of allowed params check
|
||||
if (params && Object.keys(params).length > 25) throw new Error('Maximum number of parameters exceeded (25).');
|
||||
|
||||
// TODO validate param names and values
|
||||
// Parameter names can be up to 24 characters long and must start with an alphabetic character
|
||||
// and contain only alphanumeric characters and underscores. Only String, long and double param
|
||||
// types are supported. String parameter values can be up to 36 characters long. The "firebase_"
|
||||
|
||||
Reference in New Issue
Block a user