I am using Firebase Dynamic Links and Invitations to invite players to my app. The ultimate goal is for the shared link to contain a unique Table ID that will pull the player directly into the table their friend is currently in.
So far, I can invite players to the app just fine. Open the link, it opens the app, everything is working there.
But I can't for the life of me figure out how to attach/parse the tableID to/from the link to use it.
Most of the documentation I've read glosses over this point, assuming I know how to do it. It's probably something super simple, but I've been chasing this rabbit for two days, and now I'm too far down the rabbit hole to see clearly anymore. Any help would be greatly appreciated.