firebase/codelab-friendlychat-ios

Error: Use of unresolved identifier 'showAlert'

grehce opened this issue · 2 comments

In Receive Reengagement Notifications [Optional], showAlert(withUserInfo: userInfo) throws the above error.

This is a wart in the codelab. The showAlert(withUserInfo:) method is added later on in the same step you're describing, but it's kind of awkward that it's used before it's defined.

I'll restructure this section. Thanks for reporting!

We've republished with updates.