Skip to content

t8lv4/Flash-Chat

Repository files navigation

Flash-Chat

Following along The App Brewery 📱 Flash-Chat Project.

A chat app using Firebase real-time database.

Podfile Configuration

post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings['CLANG_WARN_DOCUMENTATION_COMMENTS'] = 'NO'
        end
    end
end

Finished App

Finished App