Firebase writing to multiple tables keeping key consistent

Utilizing the best practices for database architecture, I need to write to two tables ensuring the index (childByAutoId) is the same in both writes. I’m creating a subset of columns for read operations in the “summary” table but don’t want to create an array of all 20 fields in the detail table. Any examples of doing this or thoughts on the best way to do this?

Thanks in advance,
Mike