Is it possible to listen for child_added in the admin SDK while using a wildcard in the ref? In cloud functions, I could use "{random}" but this does not work in Node.js. example:
var refHighscore = db.ref("highscores/classic/alltime/{score}")
No. This is a unique feature of Cloud Functions, as a trigger is registered directly with the Realtime Database itself. The Admin SDK functions just like the Client SDK -- no wildcards.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With