Firebase experience needed

Hey Thunkers,
does anyone have experience with Firebase? I would like to delete tags and images if they are not used for 12 months, for example. Maybe with Firebase Rules or Functions?

1 Like

Firebase have no time trigger function , I think you might need external service, (server , or raspberry pi) to read tags or image timestamp periodically and delete them.