Как получить доступ к документу или коллекции с пробелом между ними?
Например:
export const onStore =
functions.firestore
.document('Stores/Test Store/{nameID}')
.onCreate((snap, context) => {
return admin.messaging().send(message)
.then((response) => {
console.log('Successfully sent message:', response);
})
.catch((error) => {
console.log('Error sending message:', error);
})
});
Я пробовал,% 20 и экранировать \ с пробелом, новсе они не работают.Оставив его как само пространство, я получу ошибку при развертывании firebase.